Match se_w030.mid

This commit is contained in:
Kermalis 2019-03-24 17:17:26 -04:00 committed by huderlem
parent b6128b7e39
commit 85ec6ccf46
4 changed files with 4 additions and 68 deletions

View File

@ -800,7 +800,7 @@ SECTIONS {
sound/songs/se_w057.o(.rodata);
sound/songs/se_w056.o(.rodata);
sound/songs/se_w250.o(.rodata);
sound/songs/se_w030.o(.rodata);
sound/songs/midi/se_w030.o(.rodata);
sound/songs/se_w039.o(.rodata);
sound/songs/se_w054.o(.rodata);
sound/songs/se_w077.o(.rodata);

View File

@ -1248,5 +1248,8 @@ $(MID_SUBDIR)/se_w028.s: %.s: %.mid
$(MID_SUBDIR)/se_w029.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
$(MID_SUBDIR)/se_w030.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5

Binary file not shown.

View File

@ -1,67 +0,0 @@
.include "MPlayDef.s"
.equ se_w030_grp, voicegroup128
.equ se_w030_pri, 4
.equ se_w030_rev, reverb_set+50
.equ se_w030_mvl, 127
.equ se_w030_key, 0
.equ se_w030_tbs, 1
.equ se_w030_exg, 0
.equ se_w030_cmp, 1
.section .rodata
.global se_w030
.align 2
@********************** Track 1 **********************@
se_w030_1:
.byte KEYSH , se_w030_key+0
.byte TEMPO , 150*se_w030_tbs/2
.byte VOICE , 21
.byte BENDR , 12
.byte PAN , c_v+0
.byte VOL , 110*se_w030_mvl/mxv
.byte BEND , c_v+1
.byte N01 , Bn5 , v127
.byte W02
.byte VOICE , 18
.byte N01 , Cn4
.byte W02
.byte VOICE , 36
.byte N06 , Gn5 , v040
.byte W02
.byte VOL , 58*se_w030_mvl/mxv
.byte PAN , c_v+16
.byte BEND , c_v+5
.byte W01
.byte VOL , 71*se_w030_mvl/mxv
.byte PAN , c_v-14
.byte BEND , c_v+13
.byte W01
.byte VOL , 84*se_w030_mvl/mxv
.byte PAN , c_v+16
.byte BEND , c_v+21
.byte W01
.byte VOL , 97*se_w030_mvl/mxv
.byte PAN , c_v-14
.byte BEND , c_v+33
.byte W01
.byte VOL , 110*se_w030_mvl/mxv
.byte W14
.byte FINE
@******************************************************@
.align 2
se_w030:
.byte 1 @ NumTrks
.byte 0 @ NumBlks
.byte se_w030_pri @ Priority
.byte se_w030_rev @ Reverb.
.word se_w030_grp
.word se_w030_1
.end