mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Match se_tb_kon.mid
This commit is contained in:
parent
c8a57d3007
commit
fd6e44b8a8
@ -749,7 +749,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/se_z_search.o(.rodata);
|
sound/songs/midi/se_z_search.o(.rodata);
|
||||||
sound/songs/midi/se_tamago.o(.rodata);
|
sound/songs/midi/se_tamago.o(.rodata);
|
||||||
sound/songs/se_tb_start.o(.rodata);
|
sound/songs/se_tb_start.o(.rodata);
|
||||||
sound/songs/se_tb_kon.o(.rodata);
|
sound/songs/midi/se_tb_kon.o(.rodata);
|
||||||
sound/songs/midi/se_tb_kara.o(.rodata);
|
sound/songs/midi/se_tb_kara.o(.rodata);
|
||||||
sound/songs/midi/se_bidoro.o(.rodata);
|
sound/songs/midi/se_bidoro.o(.rodata);
|
||||||
sound/songs/se_w085.o(.rodata);
|
sound/songs/se_w085.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -1116,5 +1116,8 @@ $(MID_SUBDIR)/se_tamakoro_e.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/se_tb_kara.s: %.s: %.mid
|
$(MID_SUBDIR)/se_tb_kara.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P5
|
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P5
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/se_tb_kon.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P5
|
||||||
|
|
||||||
$(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_tb_kon.mid
Normal file
BIN
sound/songs/midi/se_tb_kon.mid
Normal file
Binary file not shown.
@ -1,48 +0,0 @@
|
|||||||
.include "MPlayDef.s"
|
|
||||||
|
|
||||||
.equ se_tb_kon_grp, voicegroup128
|
|
||||||
.equ se_tb_kon_pri, 5
|
|
||||||
.equ se_tb_kon_rev, reverb_set+50
|
|
||||||
.equ se_tb_kon_mvl, 127
|
|
||||||
.equ se_tb_kon_key, 0
|
|
||||||
.equ se_tb_kon_tbs, 1
|
|
||||||
.equ se_tb_kon_exg, 0
|
|
||||||
.equ se_tb_kon_cmp, 1
|
|
||||||
|
|
||||||
.section .rodata
|
|
||||||
.global se_tb_kon
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
@********************** Track 1 **********************@
|
|
||||||
|
|
||||||
se_tb_kon_1:
|
|
||||||
.byte KEYSH , se_tb_kon_key+0
|
|
||||||
.byte TEMPO , 150*se_tb_kon_tbs/2
|
|
||||||
.byte VOICE , 16
|
|
||||||
.byte VOL , 110*se_tb_kon_mvl/mxv
|
|
||||||
.byte BEND , c_v+1
|
|
||||||
.byte N03 , Gs4 , v072
|
|
||||||
.byte W01
|
|
||||||
.byte BEND , c_v-2
|
|
||||||
.byte W01
|
|
||||||
.byte VOL , 58*se_tb_kon_mvl/mxv
|
|
||||||
.byte BEND , c_v-10
|
|
||||||
.byte W01
|
|
||||||
.byte VOL , 28*se_tb_kon_mvl/mxv
|
|
||||||
.byte W03
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@******************************************************@
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
se_tb_kon:
|
|
||||||
.byte 1 @ NumTrks
|
|
||||||
.byte 0 @ NumBlks
|
|
||||||
.byte se_tb_kon_pri @ Priority
|
|
||||||
.byte se_tb_kon_rev @ Reverb.
|
|
||||||
|
|
||||||
.word se_tb_kon_grp
|
|
||||||
|
|
||||||
.word se_tb_kon_1
|
|
||||||
|
|
||||||
.end
|
|
Loading…
Reference in New Issue
Block a user