Match se_rg_card1.mid

This commit is contained in:
Kermalis 2018-11-20 17:05:11 -05:00
parent d400b28edb
commit 499de4f7c6
4 changed files with 4 additions and 49 deletions

View File

@ -864,7 +864,7 @@ SECTIONS {
sound/songs/se_w114.o(.rodata);
sound/songs/se_w063b.o(.rodata);
sound/songs/se_rg_w_door.o(.rodata);
sound/songs/se_rg_card1.o(.rodata);
sound/songs/midi/se_rg_card1.o(.rodata);
sound/songs/se_rg_card2.o(.rodata);
sound/songs/se_rg_card3.o(.rodata);
sound/songs/midi/se_rg_bag1.o(.rodata);

View File

@ -1014,5 +1014,8 @@ $(MID_SUBDIR)/se_rg_bag1.s: %.s: %.mid
$(MID_SUBDIR)/se_rg_bag2.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -P5
$(MID_SUBDIR)/se_rg_card1.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -P5
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5

Binary file not shown.

View File

@ -1,48 +0,0 @@
.include "MPlayDef.s"
.equ se_rg_card1_grp, voicegroup129
.equ se_rg_card1_pri, 5
.equ se_rg_card1_rev, reverb_set+50
.equ se_rg_card1_mvl, 127
.equ se_rg_card1_key, 0
.equ se_rg_card1_tbs, 1
.equ se_rg_card1_exg, 0
.equ se_rg_card1_cmp, 1
.section .rodata
.global se_rg_card1
.align 2
@********************** Track 1 **********************@
se_rg_card1_1:
.byte KEYSH , se_rg_card1_key+0
.byte TEMPO , 182*se_rg_card1_tbs/2
.byte VOICE , 125
.byte XCMD , xIECV , 8
.byte xIECL , 8
.byte PAN , c_v+0
.byte VOL , 127*se_rg_card1_mvl/mxv
.byte BEND , c_v+2
.byte N01 , Cn4 , v127
.byte W03
.byte VOICE , 124
.byte N01 , Cn5 , v064
.byte W21
.byte W24
.byte FINE
@******************************************************@
.align 2
se_rg_card1:
.byte 1 @ NumTrks
.byte 0 @ NumBlks
.byte se_rg_card1_pri @ Priority
.byte se_rg_card1_rev @ Reverb.
.word se_rg_card1_grp
.word se_rg_card1_1
.end