Match se_i.mid

This commit is contained in:
Kermalis 2018-10-10 16:15:30 -04:00
parent ab5c24daa6
commit 27f2b3b00a
4 changed files with 4 additions and 46 deletions

View File

@ -590,7 +590,7 @@ SECTIONS {
sound/songs/midi/se_bowa.o(.rodata); sound/songs/midi/se_bowa.o(.rodata);
sound/songs/se_jyuni.o(.rodata); sound/songs/se_jyuni.o(.rodata);
sound/songs/midi/se_a.o(.rodata); sound/songs/midi/se_a.o(.rodata);
sound/songs/se_i.o(.rodata); sound/songs/midi/se_i.o(.rodata);
sound/songs/se_u.o(.rodata); sound/songs/se_u.o(.rodata);
sound/songs/midi/se_e.o(.rodata); sound/songs/midi/se_e.o(.rodata);
sound/songs/se_o.o(.rodata); sound/songs/se_o.o(.rodata);

View File

@ -903,5 +903,8 @@ $(MID_SUBDIR)/se_hi_turun.s: %.s: %.mid
$(MID_SUBDIR)/se_hinsi.s: %.s: %.mid $(MID_SUBDIR)/se_hinsi.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P3 $(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P3
$(MID_SUBDIR)/se_i.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V120 -P4
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid $(MID_SUBDIR)/se_z_search.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5 $(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5

BIN
sound/songs/midi/se_i.mid Normal file

Binary file not shown.

View File

@ -1,45 +0,0 @@
.include "MPlayDef.s"
.equ se_i_grp, voicegroup128
.equ se_i_pri, 4
.equ se_i_rev, reverb_set+50
.equ se_i_mvl, 127
.equ se_i_key, 0
.equ se_i_tbs, 1
.equ se_i_exg, 0
.equ se_i_cmp, 1
.section .rodata
.global se_i
.align 2
@********************** Track 1 **********************@
se_i_1:
.byte KEYSH , se_i_key+0
.byte TEMPO , 240*se_i_tbs/2
.byte VOICE , 123
.byte BENDR , 12
.byte VOL , 120*se_i_mvl/mxv
.byte BEND , c_v+0
.byte N72 , Cn3 , v127
.byte W24
.byte W24
.byte W24
.byte W24
.byte FINE
@******************************************************@
.align 2
se_i:
.byte 1 @ NumTrks
.byte 0 @ NumBlks
.byte se_i_pri @ Priority
.byte se_i_rev @ Reverb.
.word se_i_grp
.word se_i_1
.end