Match se_w003.mid

This commit is contained in:
Kermalis 2019-03-24 16:40:38 -04:00 committed by huderlem
parent 3f997ef4c2
commit 9d803b24a6
4 changed files with 4 additions and 53 deletions

View File

@ -768,7 +768,7 @@ SECTIONS {
sound/songs/se_w088.o(.rodata);
sound/songs/se_w016.o(.rodata);
sound/songs/se_w016b.o(.rodata);
sound/songs/se_w003.o(.rodata);
sound/songs/midi/se_w003.o(.rodata);
sound/songs/se_w104.o(.rodata);
sound/songs/se_w013.o(.rodata);
sound/songs/se_w196.o(.rodata);

View File

@ -1188,5 +1188,8 @@ $(MID_SUBDIR)/se_u.s: %.s: %.mid
$(MID_SUBDIR)/se_ussoki.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V077 -P5
$(MID_SUBDIR)/se_w003.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,52 +0,0 @@
.include "MPlayDef.s"
.equ se_w003_grp, voicegroup128
.equ se_w003_pri, 4
.equ se_w003_rev, reverb_set+50
.equ se_w003_mvl, 127
.equ se_w003_key, 0
.equ se_w003_tbs, 1
.equ se_w003_exg, 0
.equ se_w003_cmp, 1
.section .rodata
.global se_w003
.align 2
@********************** Track 1 **********************@
se_w003_1:
.byte KEYSH , se_w003_key+0
.byte TEMPO , 150*se_w003_tbs/2
.byte VOICE , 2
.byte BENDR , 12
.byte VOL , 110*se_w003_mvl/mxv
.byte PAN , c_v+9
.byte BEND , c_v+0
.byte N02 , Bn3 , v112
.byte W04
.byte PAN , c_v-9
.byte N02 , Fn5 , v064
.byte W02
.byte PAN , c_v+0
.byte N02 , Bn3 , v036
.byte W03
.byte VOICE , 18
.byte N02 , Cn6 , v096
.byte W15
.byte FINE
@******************************************************@
.align 2
se_w003:
.byte 1 @ NumTrks
.byte 0 @ NumBlks
.byte se_w003_pri @ Priority
.byte se_w003_rev @ Reverb.
.word se_w003_grp
.word se_w003_1
.end