Match se_w006.mid

This commit is contained in:
Kermalis 2019-03-24 16:44:10 -04:00 committed by huderlem
parent d3899c5087
commit 61c480634d
4 changed files with 4 additions and 108 deletions

View File

@ -808,7 +808,7 @@ SECTIONS {
sound/songs/se_w082.o(.rodata);
sound/songs/se_w047.o(.rodata);
sound/songs/se_w195.o(.rodata);
sound/songs/se_w006.o(.rodata);
sound/songs/midi/se_w006.o(.rodata);
sound/songs/se_w091.o(.rodata);
sound/songs/se_w146.o(.rodata);
sound/songs/se_w120.o(.rodata);

View File

@ -1194,5 +1194,8 @@ $(MID_SUBDIR)/se_w003.s: %.s: %.mid
$(MID_SUBDIR)/se_w004.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V120 -P4
$(MID_SUBDIR)/se_w006.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V095 -P4
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5

Binary file not shown.

View File

@ -1,107 +0,0 @@
.include "MPlayDef.s"
.equ se_w006_grp, voicegroup128
.equ se_w006_pri, 4
.equ se_w006_rev, reverb_set+50
.equ se_w006_mvl, 127
.equ se_w006_key, 0
.equ se_w006_tbs, 1
.equ se_w006_exg, 0
.equ se_w006_cmp, 1
.section .rodata
.global se_w006
.align 2
@********************** Track 1 **********************@
se_w006_1:
.byte KEYSH , se_w006_key+0
.byte TEMPO , 150*se_w006_tbs/2
.byte VOICE , 39
.byte BENDR , 12
.byte PAN , c_v+0
.byte VOL , 95*se_w006_mvl/mxv
.byte BEND , c_v+0
.byte N01 , An5 , v100
.byte W01
.byte Fn5 , v064
.byte W01
.byte N06 , Gn5 , v100
.byte W01
.byte VOL , 85*se_w006_mvl/mxv
.byte PAN , c_v-13
.byte W01
.byte VOL , 59*se_w006_mvl/mxv
.byte PAN , c_v+11
.byte W02
.byte VOL , 33*se_w006_mvl/mxv
.byte PAN , c_v-14
.byte W01
.byte VOL , 5*se_w006_mvl/mxv
.byte PAN , c_v+11
.byte W03
.byte VOL , 95*se_w006_mvl/mxv
.byte PAN , c_v+1
.byte N01 , An5
.byte W02
.byte Fn5 , v064
.byte W01
.byte N19 , Gn5 , v100
.byte W01
.byte PAN , c_v-13
.byte W01
.byte c_v+11
.byte W01
.byte c_v-14
.byte W02
.byte c_v+11
.byte W01
.byte c_v-13
.byte W01
.byte c_v+11
.byte VOL , 85*se_w006_mvl/mxv
.byte W01
.byte PAN , c_v-14
.byte VOL , 77*se_w006_mvl/mxv
.byte W01
.byte PAN , c_v+11
.byte VOL , 69*se_w006_mvl/mxv
.byte W02
.byte PAN , c_v-13
.byte VOL , 59*se_w006_mvl/mxv
.byte W01
.byte PAN , c_v+11
.byte VOL , 52*se_w006_mvl/mxv
.byte W01
.byte PAN , c_v-14
.byte VOL , 41*se_w006_mvl/mxv
.byte W01
.byte 33*se_w006_mvl/mxv
.byte PAN , c_v+11
.byte W01
.byte VOL , 23*se_w006_mvl/mxv
.byte PAN , c_v-14
.byte W02
.byte VOL , 14*se_w006_mvl/mxv
.byte PAN , c_v+11
.byte W01
.byte VOL , 5*se_w006_mvl/mxv
.byte PAN , c_v-13
.byte W05
.byte FINE
@******************************************************@
.align 2
se_w006:
.byte 1 @ NumTrks
.byte 0 @ NumBlks
.byte se_w006_pri @ Priority
.byte se_w006_rev @ Reverb.
.word se_w006_grp
.word se_w006_1
.end