mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match se_rg_card2.mid
This commit is contained in:
parent
499de4f7c6
commit
0a0a41189e
@ -865,7 +865,7 @@ SECTIONS {
|
||||
sound/songs/se_w063b.o(.rodata);
|
||||
sound/songs/se_rg_w_door.o(.rodata);
|
||||
sound/songs/midi/se_rg_card1.o(.rodata);
|
||||
sound/songs/se_rg_card2.o(.rodata);
|
||||
sound/songs/midi/se_rg_card2.o(.rodata);
|
||||
sound/songs/se_rg_card3.o(.rodata);
|
||||
sound/songs/midi/se_rg_bag1.o(.rodata);
|
||||
sound/songs/midi/se_rg_bag2.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -1017,5 +1017,8 @@ $(MID_SUBDIR)/se_rg_bag2.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/se_rg_card1.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -P5
|
||||
|
||||
$(MID_SUBDIR)/se_rg_card2.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
|
||||
|
BIN
sound/songs/midi/se_rg_card2.mid
Normal file
BIN
sound/songs/midi/se_rg_card2.mid
Normal file
Binary file not shown.
@ -1,62 +0,0 @@
|
||||
.include "MPlayDef.s"
|
||||
|
||||
.equ se_rg_card2_grp, voicegroup129
|
||||
.equ se_rg_card2_pri, 5
|
||||
.equ se_rg_card2_rev, reverb_set+50
|
||||
.equ se_rg_card2_mvl, 127
|
||||
.equ se_rg_card2_key, 0
|
||||
.equ se_rg_card2_tbs, 1
|
||||
.equ se_rg_card2_exg, 0
|
||||
.equ se_rg_card2_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global se_rg_card2
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
se_rg_card2_1:
|
||||
.byte KEYSH , se_rg_card2_key+0
|
||||
.byte TEMPO , 182*se_rg_card2_tbs/2
|
||||
.byte VOICE , 125
|
||||
.byte XCMD , xIECV , 8
|
||||
.byte xIECL , 8
|
||||
.byte PAN , c_v+0
|
||||
.byte VOL , 16*se_rg_card2_mvl/mxv
|
||||
.byte BEND , c_v+2
|
||||
.byte N24 , Gn5 , v088
|
||||
.byte W03
|
||||
.byte VOL , 32*se_rg_card2_mvl/mxv
|
||||
.byte W03
|
||||
.byte 48*se_rg_card2_mvl/mxv
|
||||
.byte W03
|
||||
.byte 64*se_rg_card2_mvl/mxv
|
||||
.byte W03
|
||||
.byte 80*se_rg_card2_mvl/mxv
|
||||
.byte W03
|
||||
.byte 96*se_rg_card2_mvl/mxv
|
||||
.byte W03
|
||||
.byte 112*se_rg_card2_mvl/mxv
|
||||
.byte W03
|
||||
.byte 127*se_rg_card2_mvl/mxv
|
||||
.byte W03
|
||||
.byte W24
|
||||
.byte W24
|
||||
.byte W24
|
||||
.byte W24
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
se_rg_card2:
|
||||
.byte 1 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte se_rg_card2_pri @ Priority
|
||||
.byte se_rg_card2_rev @ Reverb.
|
||||
|
||||
.word se_rg_card2_grp
|
||||
|
||||
.word se_rg_card2_1
|
||||
|
||||
.end
|
Loading…
Reference in New Issue
Block a user