mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Match se_tb_start.mid
This commit is contained in:
parent
fd6e44b8a8
commit
00a6de011f
@ -748,7 +748,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/se_pn_off.o(.rodata);
|
sound/songs/midi/se_pn_off.o(.rodata);
|
||||||
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/midi/se_tb_start.o(.rodata);
|
||||||
sound/songs/midi/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);
|
||||||
|
3
songs.mk
3
songs.mk
@ -1119,5 +1119,8 @@ $(MID_SUBDIR)/se_tb_kara.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/se_tb_kon.s: %.s: %.mid
|
$(MID_SUBDIR)/se_tb_kon.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P5
|
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P5
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/se_tb_start.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_start.mid
Normal file
BIN
sound/songs/midi/se_tb_start.mid
Normal file
Binary file not shown.
@ -1,75 +0,0 @@
|
|||||||
.include "MPlayDef.s"
|
|
||||||
|
|
||||||
.equ se_tb_start_grp, voicegroup128
|
|
||||||
.equ se_tb_start_pri, 5
|
|
||||||
.equ se_tb_start_rev, reverb_set+50
|
|
||||||
.equ se_tb_start_mvl, 127
|
|
||||||
.equ se_tb_start_key, 0
|
|
||||||
.equ se_tb_start_tbs, 1
|
|
||||||
.equ se_tb_start_exg, 0
|
|
||||||
.equ se_tb_start_cmp, 1
|
|
||||||
|
|
||||||
.section .rodata
|
|
||||||
.global se_tb_start
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
@********************** Track 1 **********************@
|
|
||||||
|
|
||||||
se_tb_start_1:
|
|
||||||
.byte KEYSH , se_tb_start_key+0
|
|
||||||
.byte TEMPO , 150*se_tb_start_tbs/2
|
|
||||||
.byte VOICE , 36
|
|
||||||
.byte BENDR , 12
|
|
||||||
.byte PAN , c_v-32
|
|
||||||
.byte VOL , 16*se_tb_start_mvl/mxv
|
|
||||||
.byte BEND , c_v+1
|
|
||||||
.byte N09 , Gn5 , v032
|
|
||||||
.byte W01
|
|
||||||
.byte VOL , 63*se_tb_start_mvl/mxv
|
|
||||||
.byte W01
|
|
||||||
.byte 98*se_tb_start_mvl/mxv
|
|
||||||
.byte W01
|
|
||||||
.byte 110*se_tb_start_mvl/mxv
|
|
||||||
.byte W01
|
|
||||||
.byte 99*se_tb_start_mvl/mxv
|
|
||||||
.byte BEND , c_v+5
|
|
||||||
.byte W02
|
|
||||||
.byte VOL , 63*se_tb_start_mvl/mxv
|
|
||||||
.byte BEND , c_v+13
|
|
||||||
.byte W01
|
|
||||||
.byte VOL , 22*se_tb_start_mvl/mxv
|
|
||||||
.byte BEND , c_v+21
|
|
||||||
.byte W01
|
|
||||||
.byte VOL , 9*se_tb_start_mvl/mxv
|
|
||||||
.byte BEND , c_v+33
|
|
||||||
.byte W04
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@********************** Track 2 **********************@
|
|
||||||
|
|
||||||
se_tb_start_2:
|
|
||||||
.byte KEYSH , se_tb_start_key+0
|
|
||||||
.byte VOICE , 71
|
|
||||||
.byte PAN , c_v+32
|
|
||||||
.byte VOL , 110*se_tb_start_mvl/mxv
|
|
||||||
.byte BEND , c_v+1
|
|
||||||
.byte N09 , Fs4 , v060
|
|
||||||
.byte W06
|
|
||||||
.byte W06
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@******************************************************@
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
se_tb_start:
|
|
||||||
.byte 2 @ NumTrks
|
|
||||||
.byte 0 @ NumBlks
|
|
||||||
.byte se_tb_start_pri @ Priority
|
|
||||||
.byte se_tb_start_rev @ Reverb.
|
|
||||||
|
|
||||||
.word se_tb_start_grp
|
|
||||||
|
|
||||||
.word se_tb_start_1
|
|
||||||
.word se_tb_start_2
|
|
||||||
|
|
||||||
.end
|
|
Loading…
Reference in New Issue
Block a user