Match se_regi.mid

This commit is contained in:
Kermalis 2018-11-20 16:59:59 -05:00
parent a3208dfdc6
commit 3f7e088471
4 changed files with 4 additions and 64 deletions

View File

@ -710,7 +710,7 @@ SECTIONS {
sound/songs/se_tamakoro.o(.rodata);
sound/songs/se_tamakoro_e.o(.rodata);
sound/songs/midi/se_basabasa.o(.rodata);
sound/songs/se_regi.o(.rodata);
sound/songs/midi/se_regi.o(.rodata);
sound/songs/midi/se_c_gaji.o(.rodata);
sound/songs/midi/se_c_maku_u.o(.rodata);
sound/songs/midi/se_c_maku_d.o(.rodata);

View File

@ -1005,5 +1005,8 @@ $(MID_SUBDIR)/se_poke_dead.s: %.s: %.mid
$(MID_SUBDIR)/se_reapoke.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V095 -P5
$(MID_SUBDIR)/se_regi.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V090 -P5
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5

Binary file not shown.

View File

@ -1,63 +0,0 @@
.include "MPlayDef.s"
.equ se_regi_grp, voicegroup127
.equ se_regi_pri, 5
.equ se_regi_rev, reverb_set+50
.equ se_regi_mvl, 127
.equ se_regi_key, 0
.equ se_regi_tbs, 1
.equ se_regi_exg, 0
.equ se_regi_cmp, 1
.section .rodata
.global se_regi
.align 2
@********************** Track 1 **********************@
se_regi_1:
.byte KEYSH , se_regi_key+0
.byte TEMPO , 128*se_regi_tbs/2
.byte VOICE , 6
.byte BENDR , 12
.byte VOL , 90*se_regi_mvl/mxv
.byte BEND , c_v-1
.byte N01 , Ds3 , v127
.byte W02
.byte N03 , Gs3 , v100
.byte W05
.byte N16 , Fn5 , v072
.byte W05
.byte W12
.byte FINE
@********************** Track 2 **********************@
se_regi_2:
.byte KEYSH , se_regi_key+0
.byte VOICE , 14
.byte VOL , 90*se_regi_mvl/mxv
.byte BEND , c_v-8
.byte W02
.byte N03 , Gs3 , v060
.byte W05
.byte N16 , Fn5
.byte W05
.byte W12
.byte FINE
@******************************************************@
.align 2
se_regi:
.byte 2 @ NumTrks
.byte 0 @ NumBlks
.byte se_regi_pri @ Priority
.byte se_regi_rev @ Reverb.
.word se_regi_grp
.word se_regi_1
.word se_regi_2
.end