mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Match se_fuusen1.mid
This commit is contained in:
parent
72366a320b
commit
973fdffb2c
@ -638,7 +638,7 @@ SECTIONS {
|
|||||||
sound/songs/se_hashi.o(.rodata);
|
sound/songs/se_hashi.o(.rodata);
|
||||||
sound/songs/midi/se_daugi.o(.rodata);
|
sound/songs/midi/se_daugi.o(.rodata);
|
||||||
sound/songs/se_pinpon.o(.rodata);
|
sound/songs/se_pinpon.o(.rodata);
|
||||||
sound/songs/se_fuusen1.o(.rodata);
|
sound/songs/midi/se_fuusen1.o(.rodata);
|
||||||
sound/songs/se_fuusen2.o(.rodata);
|
sound/songs/se_fuusen2.o(.rodata);
|
||||||
sound/songs/se_fuusen3.o(.rodata);
|
sound/songs/se_fuusen3.o(.rodata);
|
||||||
sound/songs/se_toy_kabe.o(.rodata);
|
sound/songs/se_toy_kabe.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -876,5 +876,8 @@ $(MID_SUBDIR)/se_fu_zaku2.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/se_fu_zuzuzu.s: %.s: %.mid
|
$(MID_SUBDIR)/se_fu_zuzuzu.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P4
|
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P4
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/se_fuusen1.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V105 -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_fuusen1.mid
Normal file
BIN
sound/songs/midi/se_fuusen1.mid
Normal file
Binary file not shown.
@ -1,53 +0,0 @@
|
|||||||
.include "MPlayDef.s"
|
|
||||||
|
|
||||||
.equ se_fuusen1_grp, voicegroup128
|
|
||||||
.equ se_fuusen1_pri, 4
|
|
||||||
.equ se_fuusen1_rev, reverb_set+50
|
|
||||||
.equ se_fuusen1_mvl, 127
|
|
||||||
.equ se_fuusen1_key, 0
|
|
||||||
.equ se_fuusen1_tbs, 1
|
|
||||||
.equ se_fuusen1_exg, 0
|
|
||||||
.equ se_fuusen1_cmp, 1
|
|
||||||
|
|
||||||
.section .rodata
|
|
||||||
.global se_fuusen1
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
@********************** Track 1 **********************@
|
|
||||||
|
|
||||||
se_fuusen1_1:
|
|
||||||
.byte KEYSH , se_fuusen1_key+0
|
|
||||||
.byte TEMPO , 240*se_fuusen1_tbs/2
|
|
||||||
.byte VOICE , 2
|
|
||||||
.byte BENDR , 12
|
|
||||||
.byte VOL , 105*se_fuusen1_mvl/mxv
|
|
||||||
.byte BEND , c_v+0
|
|
||||||
.byte N06 , Cn4 , v127
|
|
||||||
.byte W06
|
|
||||||
.byte VOICE , 23
|
|
||||||
.byte N02 , Cn3 , v112
|
|
||||||
.byte W07
|
|
||||||
.byte N01 , Cn4
|
|
||||||
.byte W05
|
|
||||||
.byte Cn3 , v100
|
|
||||||
.byte W02
|
|
||||||
.byte Gn3 , v092
|
|
||||||
.byte W02
|
|
||||||
.byte Cn3 , v072
|
|
||||||
.byte W02
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@******************************************************@
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
se_fuusen1:
|
|
||||||
.byte 1 @ NumTrks
|
|
||||||
.byte 0 @ NumBlks
|
|
||||||
.byte se_fuusen1_pri @ Priority
|
|
||||||
.byte se_fuusen1_rev @ Reverb.
|
|
||||||
|
|
||||||
.word se_fuusen1_grp
|
|
||||||
|
|
||||||
.word se_fuusen1_1
|
|
||||||
|
|
||||||
.end
|
|
Loading…
Reference in New Issue
Block a user