Match se_toy_e.mid

This commit is contained in:
Kermalis 2019-03-24 16:22:22 -04:00 committed by huderlem
parent afda8b34c1
commit e26c30d390
4 changed files with 4 additions and 60 deletions

View File

@ -698,7 +698,7 @@ SECTIONS {
sound/songs/midi/se_nageru.o(.rodata); sound/songs/midi/se_nageru.o(.rodata);
sound/songs/midi/se_toy_c.o(.rodata); sound/songs/midi/se_toy_c.o(.rodata);
sound/songs/midi/se_toy_d.o(.rodata); sound/songs/midi/se_toy_d.o(.rodata);
sound/songs/se_toy_e.o(.rodata); sound/songs/midi/se_toy_e.o(.rodata);
sound/songs/se_toy_f.o(.rodata); sound/songs/se_toy_f.o(.rodata);
sound/songs/se_toy_g.o(.rodata); sound/songs/se_toy_g.o(.rodata);
sound/songs/midi/se_toy_a.o(.rodata); sound/songs/midi/se_toy_a.o(.rodata);

View File

@ -1152,5 +1152,8 @@ $(MID_SUBDIR)/se_toy_c1.s: %.s: %.mid
$(MID_SUBDIR)/se_toy_d.s: %.s: %.mid $(MID_SUBDIR)/se_toy_d.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4 $(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
$(MID_SUBDIR)/se_toy_e.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,59 +0,0 @@
.include "MPlayDef.s"
.equ se_toy_e_grp, voicegroup128
.equ se_toy_e_pri, 4
.equ se_toy_e_rev, reverb_set+50
.equ se_toy_e_mvl, 127
.equ se_toy_e_key, 0
.equ se_toy_e_tbs, 1
.equ se_toy_e_exg, 0
.equ se_toy_e_cmp, 1
.section .rodata
.global se_toy_e
.align 2
@********************** Track 1 **********************@
se_toy_e_1:
.byte KEYSH , se_toy_e_key+0
.byte TEMPO , 150*se_toy_e_tbs/2
.byte VOICE , 48
.byte VOL , 110*se_toy_e_mvl/mxv
.byte BEND , c_v-7
.byte N12 , En5 , v112
.byte W06
.byte W06
.byte N06 , En5 , v040
.byte W06
.byte FINE
@********************** Track 2 **********************@
se_toy_e_2:
.byte KEYSH , se_toy_e_key+0
.byte VOICE , 17
.byte VOL , 110*se_toy_e_mvl/mxv
.byte BEND , c_v-7
.byte N12 , Bn5 , v060
.byte W06
.byte W06
.byte N06 , Bn5 , v032
.byte W06
.byte FINE
@******************************************************@
.align 2
se_toy_e:
.byte 2 @ NumTrks
.byte 0 @ NumBlks
.byte se_toy_e_pri @ Priority
.byte se_toy_e_rev @ Reverb.
.word se_toy_e_grp
.word se_toy_e_1
.word se_toy_e_2
.end