mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 19:54:21 +01:00
Match se_tk_warpout.mid
This commit is contained in:
parent
d2451ee62c
commit
dff22304c4
@ -680,7 +680,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/se_ru_hyuu.o(.rodata);
|
sound/songs/midi/se_ru_hyuu.o(.rodata);
|
||||||
sound/songs/midi/se_ki_gasyan.o(.rodata);
|
sound/songs/midi/se_ki_gasyan.o(.rodata);
|
||||||
sound/songs/midi/se_tk_warpin.o(.rodata);
|
sound/songs/midi/se_tk_warpin.o(.rodata);
|
||||||
sound/songs/se_tk_warpout.o(.rodata);
|
sound/songs/midi/se_tk_warpout.o(.rodata);
|
||||||
sound/songs/se_tu_saa.o(.rodata);
|
sound/songs/se_tu_saa.o(.rodata);
|
||||||
sound/songs/midi/se_hi_turun.o(.rodata);
|
sound/songs/midi/se_hi_turun.o(.rodata);
|
||||||
sound/songs/se_track_move.o(.rodata);
|
sound/songs/se_track_move.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -1128,5 +1128,8 @@ $(MID_SUBDIR)/se_tk_kasya.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/se_tk_warpin.s: %.s: %.mid
|
$(MID_SUBDIR)/se_tk_warpin.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V090 -P4
|
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V090 -P4
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/se_tk_warpout.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V090 -P4
|
||||||
|
|
||||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||||
|
BIN
sound/songs/midi/se_tk_warpout.mid
Normal file
BIN
sound/songs/midi/se_tk_warpout.mid
Normal file
Binary file not shown.
@ -1,60 +0,0 @@
|
|||||||
.include "MPlayDef.s"
|
|
||||||
|
|
||||||
.equ se_tk_warpout_grp, voicegroup127
|
|
||||||
.equ se_tk_warpout_pri, 4
|
|
||||||
.equ se_tk_warpout_rev, reverb_set+50
|
|
||||||
.equ se_tk_warpout_mvl, 127
|
|
||||||
.equ se_tk_warpout_key, 0
|
|
||||||
.equ se_tk_warpout_tbs, 1
|
|
||||||
.equ se_tk_warpout_exg, 0
|
|
||||||
.equ se_tk_warpout_cmp, 1
|
|
||||||
|
|
||||||
.section .rodata
|
|
||||||
.global se_tk_warpout
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
@********************** Track 1 **********************@
|
|
||||||
|
|
||||||
se_tk_warpout_1:
|
|
||||||
.byte KEYSH , se_tk_warpout_key+0
|
|
||||||
.byte TEMPO , 110*se_tk_warpout_tbs/2
|
|
||||||
.byte VOICE , 93
|
|
||||||
.byte XCMD , xIECV , 9
|
|
||||||
.byte xIECL , 8
|
|
||||||
.byte VOL , 90*se_tk_warpout_mvl/mxv
|
|
||||||
.byte N06 , En5 , v064
|
|
||||||
.byte W03
|
|
||||||
.byte W03
|
|
||||||
.byte N03 , En5 , v016
|
|
||||||
.byte W03
|
|
||||||
.byte N06 , En5 , v088
|
|
||||||
.byte W03
|
|
||||||
.byte W03
|
|
||||||
.byte N03 , En5 , v016
|
|
||||||
.byte W03
|
|
||||||
.byte N06 , En5 , v112
|
|
||||||
.byte W03
|
|
||||||
.byte W03
|
|
||||||
.byte N03 , En5 , v016
|
|
||||||
.byte W03
|
|
||||||
.byte N06 , En5 , v127
|
|
||||||
.byte W03
|
|
||||||
.byte W03
|
|
||||||
.byte N03 , En5 , v016
|
|
||||||
.byte W03
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@******************************************************@
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
se_tk_warpout:
|
|
||||||
.byte 1 @ NumTrks
|
|
||||||
.byte 0 @ NumBlks
|
|
||||||
.byte se_tk_warpout_pri @ Priority
|
|
||||||
.byte se_tk_warpout_rev @ Reverb.
|
|
||||||
|
|
||||||
.word se_tk_warpout_grp
|
|
||||||
|
|
||||||
.word se_tk_warpout_1
|
|
||||||
|
|
||||||
.end
|
|
Loading…
Reference in New Issue
Block a user