Match se_elebeta.mid

This commit is contained in:
Kermalis 2018-10-10 15:30:17 -04:00
parent c44d355f6f
commit 1d241702f2
4 changed files with 4 additions and 72 deletions

View File

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

View File

@ -855,5 +855,8 @@ $(MID_SUBDIR)/se_door.s: %.s: %.mid
$(MID_SUBDIR)/se_e.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V120 -P4
$(MID_SUBDIR)/se_elebeta.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -P4
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5

Binary file not shown.

View File

@ -1,71 +0,0 @@
.include "MPlayDef.s"
.equ se_elebeta_grp, voicegroup128
.equ se_elebeta_pri, 4
.equ se_elebeta_rev, reverb_set+50
.equ se_elebeta_mvl, 127
.equ se_elebeta_key, 0
.equ se_elebeta_tbs, 1
.equ se_elebeta_exg, 0
.equ se_elebeta_cmp, 1
.section .rodata
.global se_elebeta
.align 2
@********************** Track 1 **********************@
se_elebeta_1:
.byte KEYSH , se_elebeta_key+0
.byte TEMPO , 150*se_elebeta_tbs/2
.byte VOICE , 38
.byte BENDR , 2
.byte VOL , 100*se_elebeta_mvl/mxv
.byte BEND , c_v+0
.byte TIE , Fs4 , v080
.byte W24
.byte W24
.byte W24
.byte W24
.byte W24
.byte W24
.byte W24
.byte W24
.byte W24
.byte EOT
.byte FINE
@********************** Track 2 **********************@
se_elebeta_2:
.byte KEYSH , se_elebeta_key+0
.byte VOICE , 27
.byte VOL , 100*se_elebeta_mvl/mxv
.byte TIE , Fn3 , v032
.byte W24
.byte W24
.byte W24
.byte W24
.byte W24
.byte W24
.byte W24
.byte W24
.byte W24
.byte EOT
.byte FINE
@******************************************************@
.align 2
se_elebeta:
.byte 2 @ NumTrks
.byte 0 @ NumBlks
.byte se_elebeta_pri @ Priority
.byte se_elebeta_rev @ Reverb.
.word se_elebeta_grp
.word se_elebeta_1
.word se_elebeta_2
.end