Match se_bidoro.mid

This commit is contained in:
Kermalis 2018-10-10 14:34:21 -04:00
parent 66c1e8008c
commit 44d003140b
4 changed files with 4 additions and 62 deletions

View File

@ -681,7 +681,7 @@ SECTIONS {
sound/songs/se_tb_start.o(.rodata);
sound/songs/se_tb_kon.o(.rodata);
sound/songs/se_tb_kara.o(.rodata);
sound/songs/se_bidoro.o(.rodata);
sound/songs/midi/se_bidoro.o(.rodata);
sound/songs/se_w085.o(.rodata);
sound/songs/se_w085b.o(.rodata);
sound/songs/se_w231.o(.rodata);

View File

@ -795,5 +795,8 @@ $(MID_SUBDIR)/se_ban.s: %.s: %.mid
$(MID_SUBDIR)/se_basabasa.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V105 -P5
$(MID_SUBDIR)/se_bidoro.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V105 -P5
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5

Binary file not shown.

View File

@ -1,61 +0,0 @@
.include "MPlayDef.s"
.equ se_bidoro_grp, voicegroup128
.equ se_bidoro_pri, 5
.equ se_bidoro_rev, reverb_set+50
.equ se_bidoro_mvl, 127
.equ se_bidoro_key, 0
.equ se_bidoro_tbs, 1
.equ se_bidoro_exg, 0
.equ se_bidoro_cmp, 1
.section .rodata
.global se_bidoro
.align 2
@********************** Track 1 **********************@
se_bidoro_1:
.byte KEYSH , se_bidoro_key+0
.byte TEMPO , 120*se_bidoro_tbs/2
.byte VOICE , 28
.byte VOL , 26*se_bidoro_mvl/mxv
.byte BENDR , 8
.byte BEND , c_v+0
.byte N01 , En3 , v116
.byte W01
.byte VOL , 105*se_bidoro_mvl/mxv
.byte BEND , c_v-4
.byte N01 , Bn2
.byte W01
.byte BEND , c_v+3
.byte N01 , Cn3
.byte W04
.byte W04
.byte BEND , c_v+0
.byte N04 , Bn3
.byte W02
.byte VOL , 26*se_bidoro_mvl/mxv
.byte BEND , c_v-7
.byte W01
.byte VOL , 105*se_bidoro_mvl/mxv
.byte BEND , c_v-13
.byte W01
.byte c_v-23
.byte W04
.byte FINE
@******************************************************@
.align 2
se_bidoro:
.byte 1 @ NumTrks
.byte 0 @ NumBlks
.byte se_bidoro_pri @ Priority
.byte se_bidoro_rev @ Reverb.
.word se_bidoro_grp
.word se_bidoro_1
.end