Match se_t_ooame.mid

This commit is contained in:
Kermalis 2018-11-20 18:09:21 -05:00
parent fc57e8dd52
commit 60a7134710
4 changed files with 4 additions and 65 deletions

View File

@ -698,7 +698,7 @@ SECTIONS {
sound/songs/midi/se_esuka.o(.rodata);
sound/songs/midi/se_t_ame.o(.rodata);
sound/songs/midi/se_t_ame_e.o(.rodata);
sound/songs/se_t_ooame.o(.rodata);
sound/songs/midi/se_t_ooame.o(.rodata);
sound/songs/se_t_ooame_e.o(.rodata);
sound/songs/midi/se_t_koame.o(.rodata);
sound/songs/midi/se_t_koame_e.o(.rodata);

View File

@ -1095,5 +1095,8 @@ $(MID_SUBDIR)/se_t_koame.s: %.s: %.mid
$(MID_SUBDIR)/se_t_koame_e.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V080 -P2
$(MID_SUBDIR)/se_t_ooame.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -P2
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5

Binary file not shown.

View File

@ -1,64 +0,0 @@
.include "MPlayDef.s"
.equ se_t_ooame_grp, voicegroup128
.equ se_t_ooame_pri, 2
.equ se_t_ooame_rev, reverb_set+50
.equ se_t_ooame_mvl, 127
.equ se_t_ooame_key, 0
.equ se_t_ooame_tbs, 1
.equ se_t_ooame_exg, 0
.equ se_t_ooame_cmp, 1
.section .rodata
.global se_t_ooame
.align 2
@********************** Track 1 **********************@
se_t_ooame_1:
.byte KEYSH , se_t_ooame_key+0
.byte TEMPO , 220*se_t_ooame_tbs/2
.byte VOICE , 36
.byte BENDR , 12
.byte PAN , c_v+0
.byte VOL , 18*se_t_ooame_mvl/mxv
.byte BEND , c_v+0
.byte N24 , Cn3 , v060
.byte W03
.byte VOL , 33*se_t_ooame_mvl/mxv
.byte W03
.byte 48*se_t_ooame_mvl/mxv
.byte W03
.byte 55*se_t_ooame_mvl/mxv
.byte W03
.byte 65*se_t_ooame_mvl/mxv
.byte W03
.byte 74*se_t_ooame_mvl/mxv
.byte W03
.byte 85*se_t_ooame_mvl/mxv
.byte W03
.byte 100*se_t_ooame_mvl/mxv
.byte W03
se_t_ooame_1_B1:
.byte N36 , Cn3 , v060
.byte W24
.byte W12
.byte GOTO
.word se_t_ooame_1_B1
.byte W12
.byte FINE
@******************************************************@
.align 2
se_t_ooame:
.byte 1 @ NumTrks
.byte 0 @ NumBlks
.byte se_t_ooame_pri @ Priority
.byte se_t_ooame_rev @ Reverb.
.word se_t_ooame_grp
.word se_t_ooame_1
.end