Match se_w039.mid

This commit is contained in:
Kermalis 2019-03-24 17:22:23 -04:00 committed by huderlem
parent f11ca86b46
commit 7cb1345cba
4 changed files with 4 additions and 64 deletions

View File

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

View File

@ -1254,5 +1254,8 @@ $(MID_SUBDIR)/se_w030.s: %.s: %.mid
$(MID_SUBDIR)/se_w036.s: %.s: %.mid $(MID_SUBDIR)/se_w036.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V105 -P4 $(MID) $< $@ -E -R$(STD_REVERB) -G128 -V105 -P4
$(MID_SUBDIR)/se_w039.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -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

Binary file not shown.

View File

@ -1,63 +0,0 @@
.include "MPlayDef.s"
.equ se_w039_grp, voicegroup128
.equ se_w039_pri, 4
.equ se_w039_rev, reverb_set+50
.equ se_w039_mvl, 127
.equ se_w039_key, 0
.equ se_w039_tbs, 1
.equ se_w039_exg, 0
.equ se_w039_cmp, 1
.section .rodata
.global se_w039
.align 2
@********************** Track 1 **********************@
se_w039_1:
.byte KEYSH , se_w039_key+0
.byte TEMPO , 150*se_w039_tbs/2
.byte VOICE , 15
.byte BENDR , 12
.byte PAN , c_v+18
.byte VOL , 48*se_w039_mvl/mxv
.byte BEND , c_v-48
.byte N04 , Gn2 , v127
.byte W01
.byte VOL , 81*se_w039_mvl/mxv
.byte BEND , c_v-16
.byte W01
.byte VOL , 110*se_w039_mvl/mxv
.byte BEND , c_v+16
.byte W01
.byte c_v+0
.byte W04
.byte VOL , 48*se_w039_mvl/mxv
.byte PAN , c_v-16
.byte BEND , c_v-48
.byte N04 , An2
.byte W01
.byte VOL , 81*se_w039_mvl/mxv
.byte BEND , c_v-16
.byte W01
.byte VOL , 110*se_w039_mvl/mxv
.byte BEND , c_v+16
.byte W15
.byte VOL , 110*se_w039_mvl/mxv
.byte FINE
@******************************************************@
.align 2
se_w039:
.byte 1 @ NumTrks
.byte 0 @ NumBlks
.byte se_w039_pri @ Priority
.byte se_w039_rev @ Reverb.
.word se_w039_grp
.word se_w039_1
.end