Match se_toy_dango.mid

This commit is contained in:
Kermalis 2019-03-24 16:23:49 -04:00 committed by huderlem
parent e26c30d390
commit 63119116e7
4 changed files with 4 additions and 53 deletions

View File

@ -712,7 +712,7 @@ SECTIONS {
sound/songs/midi/se_fuusen2.o(.rodata);
sound/songs/midi/se_fuusen3.o(.rodata);
sound/songs/se_toy_kabe.o(.rodata);
sound/songs/se_toy_dango.o(.rodata);
sound/songs/midi/se_toy_dango.o(.rodata);
sound/songs/midi/se_doku.o(.rodata);
sound/songs/midi/se_esuka.o(.rodata);
sound/songs/midi/se_t_ame.o(.rodata);

View File

@ -1152,6 +1152,9 @@ $(MID_SUBDIR)/se_toy_c1.s: %.s: %.mid
$(MID_SUBDIR)/se_toy_d.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
$(MID_SUBDIR)/se_toy_dango.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
$(MID_SUBDIR)/se_toy_e.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4

Binary file not shown.

View File

@ -1,52 +0,0 @@
.include "MPlayDef.s"
.equ se_toy_dango_grp, voicegroup128
.equ se_toy_dango_pri, 4
.equ se_toy_dango_rev, reverb_set+50
.equ se_toy_dango_mvl, 127
.equ se_toy_dango_key, 0
.equ se_toy_dango_tbs, 1
.equ se_toy_dango_exg, 0
.equ se_toy_dango_cmp, 1
.section .rodata
.global se_toy_dango
.align 2
@********************** Track 1 **********************@
se_toy_dango_1:
.byte KEYSH , se_toy_dango_key+0
.byte TEMPO , 150*se_toy_dango_tbs/2
.byte VOICE , 36
.byte BENDR , 12
.byte PAN , c_v+0
.byte VOL , 110*se_toy_dango_mvl/mxv
.byte BEND , c_v+0
.byte N01 , Cn4 , v112
.byte W01
.byte VOICE , 26
.byte W01
.byte N01 , Fn4 , v127
.byte W01
.byte W01
.byte VOICE , 36
.byte W02
.byte N01 , Cn3 , v056
.byte W03
.byte FINE
@******************************************************@
.align 2
se_toy_dango:
.byte 1 @ NumTrks
.byte 0 @ NumBlks
.byte se_toy_dango_pri @ Priority
.byte se_toy_dango_rev @ Reverb.
.word se_toy_dango_grp
.word se_toy_dango_1
.end