Match se_fuusen1.mid

This commit is contained in:
Kermalis 2018-10-10 15:53:49 -04:00
parent 72366a320b
commit 973fdffb2c
4 changed files with 4 additions and 54 deletions

View File

@ -638,7 +638,7 @@ SECTIONS {
sound/songs/se_hashi.o(.rodata);
sound/songs/midi/se_daugi.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_fuusen3.o(.rodata);
sound/songs/se_toy_kabe.o(.rodata);

View File

@ -876,5 +876,8 @@ $(MID_SUBDIR)/se_fu_zaku2.s: %.s: %.mid
$(MID_SUBDIR)/se_fu_zuzuzu.s: %.s: %.mid
$(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) $< $@ -E -R$(STD_REVERB) -G127 -P5

Binary file not shown.

View File

@ -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