Match se_ru_bari.mid

This commit is contained in:
Kermalis 2018-11-20 17:42:11 -05:00
parent 83c843474a
commit 410492dea9
4 changed files with 4 additions and 65 deletions

View File

@ -657,7 +657,7 @@ SECTIONS {
sound/songs/midi/se_fu_zuzuzu.o(.rodata); sound/songs/midi/se_fu_zuzuzu.o(.rodata);
sound/songs/se_ru_gashin.o(.rodata); sound/songs/se_ru_gashin.o(.rodata);
sound/songs/se_ru_gasyan.o(.rodata); sound/songs/se_ru_gasyan.o(.rodata);
sound/songs/se_ru_bari.o(.rodata); sound/songs/midi/se_ru_bari.o(.rodata);
sound/songs/se_ru_hyuu.o(.rodata); sound/songs/se_ru_hyuu.o(.rodata);
sound/songs/midi/se_ki_gasyan.o(.rodata); sound/songs/midi/se_ki_gasyan.o(.rodata);
sound/songs/se_tk_warpin.o(.rodata); sound/songs/se_tk_warpin.o(.rodata);

View File

@ -1053,5 +1053,8 @@ $(MID_SUBDIR)/se_rg_shop.s: %.s: %.mid
$(MID_SUBDIR)/se_rg_w_door.s: %.s: %.mid $(MID_SUBDIR)/se_rg_w_door.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V100 -P5 $(MID) $< $@ -E -R$(STD_REVERB) -G129 -V100 -P5
$(MID_SUBDIR)/se_ru_bari.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -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

Binary file not shown.

View File

@ -1,64 +0,0 @@
.include "MPlayDef.s"
.equ se_ru_bari_grp, voicegroup127
.equ se_ru_bari_pri, 4
.equ se_ru_bari_rev, reverb_set+50
.equ se_ru_bari_mvl, 127
.equ se_ru_bari_key, 0
.equ se_ru_bari_tbs, 1
.equ se_ru_bari_exg, 0
.equ se_ru_bari_cmp, 1
.section .rodata
.global se_ru_bari
.align 2
@********************** Track 1 **********************@
se_ru_bari_1:
.byte KEYSH , se_ru_bari_key+0
.byte TEMPO , 150*se_ru_bari_tbs/2
.byte VOICE , 9
.byte VOL , 100*se_ru_bari_mvl/mxv
.byte BEND , c_v+0
.byte N01 , Gn5 , v088
.byte W01
.byte N01
.byte W02
.byte Cn6 , v072
.byte W03
.byte Cn6 , v056
.byte W03
.byte FINE
@********************** Track 2 **********************@
se_ru_bari_2:
.byte KEYSH , se_ru_bari_key+0
.byte VOICE , 122
.byte VOL , 100*se_ru_bari_mvl/mxv
.byte N01 , Gn2 , v112
.byte W02
.byte VOICE , 123
.byte W01
.byte N01 , Gs4 , v096
.byte W03
.byte Gs4 , v112
.byte W03
.byte FINE
@******************************************************@
.align 2
se_ru_bari:
.byte 2 @ NumTrks
.byte 0 @ NumBlks
.byte se_ru_bari_pri @ Priority
.byte se_ru_bari_rev @ Reverb.
.word se_ru_bari_grp
.word se_ru_bari_1
.word se_ru_bari_2
.end