Match se_tamakoro.mid

This commit is contained in:
Kermalis 2019-03-24 15:54:18 -04:00 committed by huderlem
parent b706b60622
commit 6881c256c4
4 changed files with 4 additions and 47 deletions

View File

@ -726,7 +726,7 @@ SECTIONS {
sound/songs/midi/se_elebeta.o(.rodata);
sound/songs/midi/se_hinsi.o(.rodata);
sound/songs/midi/se_expmax.o(.rodata);
sound/songs/se_tamakoro.o(.rodata);
sound/songs/midi/se_tamakoro.o(.rodata);
sound/songs/se_tamakoro_e.o(.rodata);
sound/songs/midi/se_basabasa.o(.rodata);
sound/songs/midi/se_regi.o(.rodata);

View File

@ -1107,5 +1107,8 @@ $(MID_SUBDIR)/se_tama.s: %.s: %.mid
$(MID_SUBDIR)/se_tamago.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V120 -P5
$(MID_SUBDIR)/se_tamakoro.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P2
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5

Binary file not shown.

View File

@ -1,46 +0,0 @@
.include "MPlayDef.s"
.equ se_tamakoro_grp, voicegroup128
.equ se_tamakoro_pri, 2
.equ se_tamakoro_rev, reverb_set+50
.equ se_tamakoro_mvl, 127
.equ se_tamakoro_key, 0
.equ se_tamakoro_tbs, 1
.equ se_tamakoro_exg, 0
.equ se_tamakoro_cmp, 1
.section .rodata
.global se_tamakoro
.align 2
@********************** Track 1 **********************@
se_tamakoro_1:
.byte KEYSH , se_tamakoro_key+0
.byte TEMPO , 150*se_tamakoro_tbs/2
.byte VOICE , 63
.byte VOL , 110*se_tamakoro_mvl/mxv
.byte BEND , c_v+0
.byte TIE , Dn3 , v127
.byte W96
.byte W96
.byte W96
.byte W96
.byte W96
.byte EOT
.byte FINE
@******************************************************@
.align 2
se_tamakoro:
.byte 1 @ NumTrks
.byte 0 @ NumBlks
.byte se_tamakoro_pri @ Priority
.byte se_tamakoro_rev @ Reverb.
.word se_tamakoro_grp
.word se_tamakoro_1
.end