Match se_t_kami2.mid

This commit is contained in:
Kermalis 2018-11-20 18:06:03 -05:00
parent 83f73b7fd7
commit bfb84d3073
4 changed files with 4 additions and 81 deletions

View File

@ -703,7 +703,7 @@ SECTIONS {
sound/songs/midi/se_t_koame.o(.rodata);
sound/songs/se_t_koame_e.o(.rodata);
sound/songs/midi/se_t_kami.o(.rodata);
sound/songs/se_t_kami2.o(.rodata);
sound/songs/midi/se_t_kami2.o(.rodata);
sound/songs/midi/se_elebeta.o(.rodata);
sound/songs/midi/se_hinsi.o(.rodata);
sound/songs/midi/se_expmax.o(.rodata);

View File

@ -1086,6 +1086,9 @@ $(MID_SUBDIR)/se_t_ame_e.s: %.s: %.mid
$(MID_SUBDIR)/se_t_kami.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P3
$(MID_SUBDIR)/se_t_kami2.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P3
$(MID_SUBDIR)/se_t_koame.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V080 -P2

Binary file not shown.

View File

@ -1,80 +0,0 @@
.include "MPlayDef.s"
.equ se_t_kami2_grp, voicegroup128
.equ se_t_kami2_pri, 3
.equ se_t_kami2_rev, reverb_set+50
.equ se_t_kami2_mvl, 127
.equ se_t_kami2_key, 0
.equ se_t_kami2_tbs, 1
.equ se_t_kami2_exg, 0
.equ se_t_kami2_cmp, 1
.section .rodata
.global se_t_kami2
.align 2
@********************** Track 1 **********************@
se_t_kami2_1:
.byte KEYSH , se_t_kami2_key+0
.byte TEMPO , 220*se_t_kami2_tbs/2
.byte VOICE , 18
.byte BENDR , 12
.byte PAN , c_v+0
.byte VOL , 110*se_t_kami2_mvl/mxv
.byte BEND , c_v+35
.byte TIE , Dn2 , v112
.byte W03
.byte BEND , c_v+11
.byte W03
.byte c_v+0
.byte W03
.byte c_v+6
.byte W06
.byte c_v+0
.byte W09
.byte W15
.byte c_v+0
.byte W06
.byte c_v-4
.byte W03
.byte W06
.byte c_v-13
.byte W09
.byte c_v-18
.byte W09
.byte VOL , 102*se_t_kami2_mvl/mxv
.byte BEND , c_v-25
.byte W09
.byte VOL , 97*se_t_kami2_mvl/mxv
.byte BEND , c_v-38
.byte W09
.byte VOL , 92*se_t_kami2_mvl/mxv
.byte BEND , c_v-45
.byte W06
.byte W03
.byte VOL , 83*se_t_kami2_mvl/mxv
.byte W06
.byte BEND , c_v-52
.byte W03
.byte VOL , 64*se_t_kami2_mvl/mxv
.byte W06
.byte 47*se_t_kami2_mvl/mxv
.byte W06
.byte EOT
.byte FINE
@******************************************************@
.align 2
se_t_kami2:
.byte 1 @ NumTrks
.byte 0 @ NumBlks
.byte se_t_kami2_pri @ Priority
.byte se_t_kami2_rev @ Reverb.
.word se_t_kami2_grp
.word se_t_kami2_1
.end