mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Match se_fuusen2.mid
This commit is contained in:
parent
973fdffb2c
commit
77c2afcaa9
@ -639,7 +639,7 @@ SECTIONS {
|
|||||||
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/midi/se_fuusen1.o(.rodata);
|
sound/songs/midi/se_fuusen1.o(.rodata);
|
||||||
sound/songs/se_fuusen2.o(.rodata);
|
sound/songs/midi/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);
|
||||||
sound/songs/se_toy_dango.o(.rodata);
|
sound/songs/se_toy_dango.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -879,5 +879,8 @@ $(MID_SUBDIR)/se_fu_zuzuzu.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/se_fuusen1.s: %.s: %.mid
|
$(MID_SUBDIR)/se_fuusen1.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V105 -P4
|
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V105 -P4
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/se_fuusen2.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_fuusen2.mid
Normal file
BIN
sound/songs/midi/se_fuusen2.mid
Normal file
Binary file not shown.
@ -1,52 +0,0 @@
|
|||||||
.include "MPlayDef.s"
|
|
||||||
|
|
||||||
.equ se_fuusen2_grp, voicegroup128
|
|
||||||
.equ se_fuusen2_pri, 4
|
|
||||||
.equ se_fuusen2_rev, reverb_set+50
|
|
||||||
.equ se_fuusen2_mvl, 127
|
|
||||||
.equ se_fuusen2_key, 0
|
|
||||||
.equ se_fuusen2_tbs, 1
|
|
||||||
.equ se_fuusen2_exg, 0
|
|
||||||
.equ se_fuusen2_cmp, 1
|
|
||||||
|
|
||||||
.section .rodata
|
|
||||||
.global se_fuusen2
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
@********************** Track 1 **********************@
|
|
||||||
|
|
||||||
se_fuusen2_1:
|
|
||||||
.byte KEYSH , se_fuusen2_key+0
|
|
||||||
.byte TEMPO , 240*se_fuusen2_tbs/2
|
|
||||||
.byte VOICE , 2
|
|
||||||
.byte BENDR , 12
|
|
||||||
.byte VOL , 105*se_fuusen2_mvl/mxv
|
|
||||||
.byte BEND , c_v+0
|
|
||||||
.byte N03 , Gn4 , v127
|
|
||||||
.byte W04
|
|
||||||
.byte N01 , Gn4 , v112
|
|
||||||
.byte W02
|
|
||||||
.byte W02
|
|
||||||
.byte Gs3 , v052
|
|
||||||
.byte W04
|
|
||||||
.byte VOICE , 23
|
|
||||||
.byte N02 , Fn3 , v112
|
|
||||||
.byte W04
|
|
||||||
.byte N01 , Cn4 , v072
|
|
||||||
.byte W02
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@******************************************************@
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
se_fuusen2:
|
|
||||||
.byte 1 @ NumTrks
|
|
||||||
.byte 0 @ NumBlks
|
|
||||||
.byte se_fuusen2_pri @ Priority
|
|
||||||
.byte se_fuusen2_rev @ Reverb.
|
|
||||||
|
|
||||||
.word se_fuusen2_grp
|
|
||||||
|
|
||||||
.word se_fuusen2_1
|
|
||||||
|
|
||||||
.end
|
|
Loading…
Reference in New Issue
Block a user