Match se_jitensya.mid

This commit is contained in:
Kermalis 2018-10-10 16:22:40 -04:00
parent 2f10c5c24c
commit 395e754760
4 changed files with 4 additions and 41 deletions

View File

@ -575,7 +575,7 @@ SECTIONS {
sound/songs/midi/se_door.o(.rodata);
sound/songs/se_kaidan.o(.rodata);
sound/songs/midi/se_dansa.o(.rodata);
sound/songs/se_jitensya.o(.rodata);
sound/songs/midi/se_jitensya.o(.rodata);
sound/songs/se_kouka_l.o(.rodata);
sound/songs/se_kouka_m.o(.rodata);
sound/songs/se_kouka_h.o(.rodata);

View File

@ -915,5 +915,8 @@ $(MID_SUBDIR)/se_jihanki.s: %.s: %.mid
$(MID_SUBDIR)/se_jite_pyoko.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V090 -P4
$(MID_SUBDIR)/se_jitensya.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V090 -P4
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5

Binary file not shown.

View File

@ -1,40 +0,0 @@
.include "MPlayDef.s"
.equ se_jitensya_grp, voicegroup128
.equ se_jitensya_pri, 4
.equ se_jitensya_rev, reverb_set+50
.equ se_jitensya_mvl, 127
.equ se_jitensya_key, 0
.equ se_jitensya_tbs, 1
.equ se_jitensya_exg, 0
.equ se_jitensya_cmp, 1
.section .rodata
.global se_jitensya
.align 2
@********************** Track 1 **********************@
se_jitensya_1:
.byte KEYSH , se_jitensya_key+0
.byte TEMPO , 120*se_jitensya_tbs/2
.byte VOICE , 0
.byte VOL , 90*se_jitensya_mvl/mxv
.byte N96 , Cn3 , v127
.byte W96
.byte FINE
@******************************************************@
.align 2
se_jitensya:
.byte 1 @ NumTrks
.byte 0 @ NumBlks
.byte se_jitensya_pri @ Priority
.byte se_jitensya_rev @ Reverb.
.word se_jitensya_grp
.word se_jitensya_1
.end