mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match se_toreeye.mid
This commit is contained in:
parent
dff22304c4
commit
5a64d81581
@ -897,7 +897,7 @@ SECTIONS {
|
||||
sound/songs/midi/se_rg_deomov.o(.rodata);
|
||||
sound/songs/midi/se_rg_excellent.o(.rodata);
|
||||
sound/songs/midi/se_rg_nawamiss.o(.rodata);
|
||||
sound/songs/se_toreeye.o(.rodata);
|
||||
sound/songs/midi/se_toreeye.o(.rodata);
|
||||
sound/songs/se_toreoff.o(.rodata);
|
||||
sound/songs/midi/se_hantei1.o(.rodata);
|
||||
sound/songs/midi/se_hantei2.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -1131,5 +1131,8 @@ $(MID_SUBDIR)/se_tk_warpin.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/se_tk_warpout.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V090 -P4
|
||||
|
||||
$(MID_SUBDIR)/se_toreeye.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V120 -P5
|
||||
|
||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||
|
BIN
sound/songs/midi/se_toreeye.mid
Normal file
BIN
sound/songs/midi/se_toreeye.mid
Normal file
Binary file not shown.
@ -1,146 +0,0 @@
|
||||
.include "MPlayDef.s"
|
||||
|
||||
.equ se_toreeye_grp, voicegroup129
|
||||
.equ se_toreeye_pri, 5
|
||||
.equ se_toreeye_rev, reverb_set+50
|
||||
.equ se_toreeye_mvl, 127
|
||||
.equ se_toreeye_key, 0
|
||||
.equ se_toreeye_tbs, 1
|
||||
.equ se_toreeye_exg, 0
|
||||
.equ se_toreeye_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global se_toreeye
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
se_toreeye_1:
|
||||
.byte KEYSH , se_toreeye_key+0
|
||||
.byte TEMPO , 136*se_toreeye_tbs/2
|
||||
.byte VOICE , 13
|
||||
.byte LFOS , 44
|
||||
.byte BENDR , 12
|
||||
.byte VOL , 120*se_toreeye_mvl/mxv
|
||||
.byte PAN , c_v-16
|
||||
.byte N01 , An5 , v064
|
||||
.byte W01
|
||||
.byte Dn6
|
||||
.byte W01
|
||||
.byte An5
|
||||
.byte W01
|
||||
.byte Dn6
|
||||
.byte W01
|
||||
.byte Fs6
|
||||
.byte W02
|
||||
.byte An5
|
||||
.byte W01
|
||||
.byte Dn6
|
||||
.byte W01
|
||||
.byte An5
|
||||
.byte W01
|
||||
.byte Fs6
|
||||
.byte W01
|
||||
.byte An5
|
||||
.byte W02
|
||||
.byte N01
|
||||
.byte W01
|
||||
.byte Dn6
|
||||
.byte W01
|
||||
.byte An5
|
||||
.byte W01
|
||||
.byte Dn6
|
||||
.byte W01
|
||||
.byte Fs6
|
||||
.byte W02
|
||||
.byte An5
|
||||
.byte W01
|
||||
.byte Dn6
|
||||
.byte W01
|
||||
.byte An5
|
||||
.byte W01
|
||||
.byte Fs6
|
||||
.byte W01
|
||||
.byte An5
|
||||
.byte W02
|
||||
.byte FINE
|
||||
|
||||
@********************** Track 2 **********************@
|
||||
|
||||
se_toreeye_2:
|
||||
.byte KEYSH , se_toreeye_key+0
|
||||
.byte VOICE , 80
|
||||
.byte LFOS , 44
|
||||
.byte XCMD , xIECV , 18
|
||||
.byte xIECV , 16
|
||||
.byte BENDR , 12
|
||||
.byte VOL , 45*se_toreeye_mvl/mxv
|
||||
.byte MOD , 2
|
||||
.byte PAN , c_v+63
|
||||
.byte BEND , c_v+2
|
||||
.byte N01 , Dn5 , v064
|
||||
.byte W01
|
||||
.byte Fs5
|
||||
.byte W01
|
||||
.byte PAN , c_v-62
|
||||
.byte N01 , Dn5
|
||||
.byte W01
|
||||
.byte Fs5
|
||||
.byte W01
|
||||
.byte PAN , c_v+63
|
||||
.byte N01 , An5
|
||||
.byte W02
|
||||
.byte Dn5
|
||||
.byte W01
|
||||
.byte PAN , c_v-61
|
||||
.byte N01 , Fs5
|
||||
.byte W01
|
||||
.byte Dn5
|
||||
.byte W01
|
||||
.byte PAN , c_v+63
|
||||
.byte N01 , An5
|
||||
.byte W01
|
||||
.byte Dn5
|
||||
.byte W02
|
||||
.byte PAN , c_v-61
|
||||
.byte N01
|
||||
.byte W01
|
||||
.byte Fs5
|
||||
.byte W01
|
||||
.byte PAN , c_v+63
|
||||
.byte N01 , Dn5
|
||||
.byte W01
|
||||
.byte Fs5
|
||||
.byte W01
|
||||
.byte PAN , c_v-61
|
||||
.byte N01 , An5
|
||||
.byte W02
|
||||
.byte Dn5
|
||||
.byte W01
|
||||
.byte PAN , c_v+63
|
||||
.byte N01 , Fs5
|
||||
.byte W01
|
||||
.byte Dn5
|
||||
.byte W01
|
||||
.byte PAN , c_v-61
|
||||
.byte N01 , An5
|
||||
.byte W01
|
||||
.byte Dn5
|
||||
.byte W02
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
se_toreeye:
|
||||
.byte 2 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte se_toreeye_pri @ Priority
|
||||
.byte se_toreeye_rev @ Reverb.
|
||||
|
||||
.word se_toreeye_grp
|
||||
|
||||
.word se_toreeye_1
|
||||
.word se_toreeye_2
|
||||
|
||||
.end
|
Loading…
Reference in New Issue
Block a user