mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match se_toreoff.mid
This commit is contained in:
parent
5a64d81581
commit
2d71193555
@ -898,7 +898,7 @@ SECTIONS {
|
||||
sound/songs/midi/se_rg_excellent.o(.rodata);
|
||||
sound/songs/midi/se_rg_nawamiss.o(.rodata);
|
||||
sound/songs/midi/se_toreeye.o(.rodata);
|
||||
sound/songs/se_toreoff.o(.rodata);
|
||||
sound/songs/midi/se_toreoff.o(.rodata);
|
||||
sound/songs/midi/se_hantei1.o(.rodata);
|
||||
sound/songs/midi/se_hantei2.o(.rodata);
|
||||
sound/songs/midi/se_curtain.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -1134,5 +1134,8 @@ $(MID_SUBDIR)/se_tk_warpout.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/se_toreeye.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V120 -P5
|
||||
|
||||
$(MID_SUBDIR)/se_toreoff.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V110 -P5
|
||||
|
||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||
|
BIN
sound/songs/midi/se_toreoff.mid
Normal file
BIN
sound/songs/midi/se_toreoff.mid
Normal file
Binary file not shown.
@ -1,87 +0,0 @@
|
||||
.include "MPlayDef.s"
|
||||
|
||||
.equ se_toreoff_grp, voicegroup129
|
||||
.equ se_toreoff_pri, 5
|
||||
.equ se_toreoff_rev, reverb_set+50
|
||||
.equ se_toreoff_mvl, 127
|
||||
.equ se_toreoff_key, 0
|
||||
.equ se_toreoff_tbs, 1
|
||||
.equ se_toreoff_exg, 0
|
||||
.equ se_toreoff_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global se_toreoff
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
se_toreoff_1:
|
||||
.byte KEYSH , se_toreoff_key+0
|
||||
.byte TEMPO , 120*se_toreoff_tbs/2
|
||||
.byte VOICE , 10
|
||||
.byte VOL , 110*se_toreoff_mvl/mxv
|
||||
.byte BEND , c_v-8
|
||||
.byte W01
|
||||
.byte N01 , Ds3 , v112
|
||||
.byte W04
|
||||
.byte Gs1
|
||||
.byte W01
|
||||
.byte Bn1 , v056
|
||||
.byte W04
|
||||
.byte Bn1 , v024
|
||||
.byte W02
|
||||
.byte W06
|
||||
.byte W06
|
||||
.byte W06
|
||||
.byte FINE
|
||||
|
||||
@********************** Track 2 **********************@
|
||||
|
||||
se_toreoff_2:
|
||||
.byte KEYSH , se_toreoff_key+0
|
||||
.byte VOICE , 82
|
||||
.byte VOL , 110*se_toreoff_mvl/mxv
|
||||
.byte BENDR , 12
|
||||
.byte LFOS , 44
|
||||
.byte BEND , c_v+0
|
||||
.byte N01 , Cs3 , v064
|
||||
.byte W01
|
||||
.byte Fs4 , v032
|
||||
.byte W01
|
||||
.byte BEND , c_v+0
|
||||
.byte N01 , Gs5 , v028
|
||||
.byte W01
|
||||
.byte BEND , c_v+63
|
||||
.byte W01
|
||||
.byte c_v-63
|
||||
.byte N01 , Cs3 , v036
|
||||
.byte W01
|
||||
.byte BEND , c_v+63
|
||||
.byte W01
|
||||
.byte c_v-63
|
||||
.byte N01 , Bn4 , v052
|
||||
.byte W02
|
||||
.byte BEND , c_v+0
|
||||
.byte W02
|
||||
.byte N01 , Cs1
|
||||
.byte W02
|
||||
.byte W06
|
||||
.byte W06
|
||||
.byte W06
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
se_toreoff:
|
||||
.byte 2 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte se_toreoff_pri @ Priority
|
||||
.byte se_toreoff_rev @ Reverb.
|
||||
|
||||
.word se_toreoff_grp
|
||||
|
||||
.word se_toreoff_1
|
||||
.word se_toreoff_2
|
||||
|
||||
.end
|
Loading…
Reference in New Issue
Block a user