mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match se_kon3.mid
This commit is contained in:
parent
e6685e5703
commit
695d42bf46
@ -622,7 +622,7 @@ SECTIONS {
|
|||||||
sound/songs/se_save.o(.rodata);
|
sound/songs/se_save.o(.rodata);
|
||||||
sound/songs/midi/se_kon.o(.rodata);
|
sound/songs/midi/se_kon.o(.rodata);
|
||||||
sound/songs/midi/se_kon2.o(.rodata);
|
sound/songs/midi/se_kon2.o(.rodata);
|
||||||
sound/songs/se_kon3.o(.rodata);
|
sound/songs/midi/se_kon3.o(.rodata);
|
||||||
sound/songs/se_kon4.o(.rodata);
|
sound/songs/se_kon4.o(.rodata);
|
||||||
sound/songs/se_suikomu.o(.rodata);
|
sound/songs/se_suikomu.o(.rodata);
|
||||||
sound/songs/se_nageru.o(.rodata);
|
sound/songs/se_nageru.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -936,5 +936,8 @@ $(MID_SUBDIR)/se_kon.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/se_kon2.s: %.s: %.mid
|
$(MID_SUBDIR)/se_kon2.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -P4
|
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -P4
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/se_kon3.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
|
||||||
|
BIN
sound/songs/midi/se_kon3.mid
Normal file
BIN
sound/songs/midi/se_kon3.mid
Normal file
Binary file not shown.
@ -1,53 +0,0 @@
|
|||||||
.include "MPlayDef.s"
|
|
||||||
|
|
||||||
.equ se_kon3_grp, voicegroup128
|
|
||||||
.equ se_kon3_pri, 4
|
|
||||||
.equ se_kon3_rev, reverb_set+50
|
|
||||||
.equ se_kon3_mvl, 127
|
|
||||||
.equ se_kon3_key, 0
|
|
||||||
.equ se_kon3_tbs, 1
|
|
||||||
.equ se_kon3_exg, 0
|
|
||||||
.equ se_kon3_cmp, 1
|
|
||||||
|
|
||||||
.section .rodata
|
|
||||||
.global se_kon3
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
@********************** Track 1 **********************@
|
|
||||||
|
|
||||||
se_kon3_1:
|
|
||||||
.byte KEYSH , se_kon3_key+0
|
|
||||||
.byte TEMPO , 150*se_kon3_tbs/2
|
|
||||||
.byte VOICE , 16
|
|
||||||
.byte VOL , 100*se_kon3_mvl/mxv
|
|
||||||
.byte BEND , c_v+1
|
|
||||||
.byte N12 , Fn4 , v088
|
|
||||||
.byte W12
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@********************** Track 2 **********************@
|
|
||||||
|
|
||||||
se_kon3_2:
|
|
||||||
.byte KEYSH , se_kon3_key+0
|
|
||||||
.byte VOICE , 17
|
|
||||||
.byte VOL , 100*se_kon3_mvl/mxv
|
|
||||||
.byte BEND , c_v+0
|
|
||||||
.byte N09 , Fn4 , v072
|
|
||||||
.byte W12
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@******************************************************@
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
se_kon3:
|
|
||||||
.byte 2 @ NumTrks
|
|
||||||
.byte 0 @ NumBlks
|
|
||||||
.byte se_kon3_pri @ Priority
|
|
||||||
.byte se_kon3_rev @ Reverb.
|
|
||||||
|
|
||||||
.word se_kon3_grp
|
|
||||||
|
|
||||||
.word se_kon3_1
|
|
||||||
.word se_kon3_2
|
|
||||||
|
|
||||||
.end
|
|
Loading…
Reference in New Issue
Block a user