Match se_ru_gasyan.mid

This commit is contained in:
Kermalis 2018-11-20 17:45:44 -05:00
parent 80ea58a198
commit 98831e29bb
4 changed files with 4 additions and 84 deletions

View File

@ -656,7 +656,7 @@ SECTIONS {
sound/songs/midi/se_fu_zaku2.o(.rodata); sound/songs/midi/se_fu_zaku2.o(.rodata);
sound/songs/midi/se_fu_zuzuzu.o(.rodata); sound/songs/midi/se_fu_zuzuzu.o(.rodata);
sound/songs/midi/se_ru_gashin.o(.rodata); sound/songs/midi/se_ru_gashin.o(.rodata);
sound/songs/se_ru_gasyan.o(.rodata); sound/songs/midi/se_ru_gasyan.o(.rodata);
sound/songs/midi/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);

View File

@ -1059,5 +1059,8 @@ $(MID_SUBDIR)/se_ru_bari.s: %.s: %.mid
$(MID_SUBDIR)/se_ru_gashin.s: %.s: %.mid $(MID_SUBDIR)/se_ru_gashin.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V090 -P4 $(MID) $< $@ -E -R$(STD_REVERB) -G128 -V090 -P4
$(MID_SUBDIR)/se_ru_gasyan.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -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,83 +0,0 @@
.include "MPlayDef.s"
.equ se_ru_gasyan_grp, voicegroup128
.equ se_ru_gasyan_pri, 4
.equ se_ru_gasyan_rev, reverb_set+50
.equ se_ru_gasyan_mvl, 127
.equ se_ru_gasyan_key, 0
.equ se_ru_gasyan_tbs, 1
.equ se_ru_gasyan_exg, 0
.equ se_ru_gasyan_cmp, 1
.section .rodata
.global se_ru_gasyan
.align 2
@********************** Track 1 **********************@
se_ru_gasyan_1:
.byte KEYSH , se_ru_gasyan_key+0
.byte TEMPO , 120*se_ru_gasyan_tbs/2
.byte VOICE , 3
.byte VOL , 100*se_ru_gasyan_mvl/mxv
.byte BEND , c_v+0
.byte N01 , Gn3 , v120
.byte W03
.byte W01
.byte Cn4
.byte W01
.byte BEND , c_v+12
.byte W01
.byte c_v+22
.byte W01
.byte N01 , Cn5 , v112
.byte W01
.byte BEND , c_v+35
.byte W01
.byte W01
.byte c_v+46
.byte W01
.byte c_v+54
.byte N01 , Cn4 , v104
.byte W01
.byte W01
.byte BEND , c_v+63
.byte W01
.byte N01 , Cn5 , v096
.byte W01
.byte FINE
@********************** Track 2 **********************@
se_ru_gasyan_2:
.byte KEYSH , se_ru_gasyan_key+0
.byte VOICE , 4
.byte VOL , 100*se_ru_gasyan_mvl/mxv
.byte N01 , Gs3 , v064
.byte W03
.byte W01
.byte N01
.byte W02
.byte Fn4
.byte W03
.byte Gs3
.byte W03
.byte Fn4
.byte W03
.byte FINE
@******************************************************@
.align 2
se_ru_gasyan:
.byte 2 @ NumTrks
.byte 0 @ NumBlks
.byte se_ru_gasyan_pri @ Priority
.byte se_ru_gasyan_rev @ Reverb.
.word se_ru_gasyan_grp
.word se_ru_gasyan_1
.word se_ru_gasyan_2
.end