mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match se_tamakoro.mid
This commit is contained in:
parent
b706b60622
commit
6881c256c4
@ -726,7 +726,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/se_elebeta.o(.rodata);
|
sound/songs/midi/se_elebeta.o(.rodata);
|
||||||
sound/songs/midi/se_hinsi.o(.rodata);
|
sound/songs/midi/se_hinsi.o(.rodata);
|
||||||
sound/songs/midi/se_expmax.o(.rodata);
|
sound/songs/midi/se_expmax.o(.rodata);
|
||||||
sound/songs/se_tamakoro.o(.rodata);
|
sound/songs/midi/se_tamakoro.o(.rodata);
|
||||||
sound/songs/se_tamakoro_e.o(.rodata);
|
sound/songs/se_tamakoro_e.o(.rodata);
|
||||||
sound/songs/midi/se_basabasa.o(.rodata);
|
sound/songs/midi/se_basabasa.o(.rodata);
|
||||||
sound/songs/midi/se_regi.o(.rodata);
|
sound/songs/midi/se_regi.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -1107,5 +1107,8 @@ $(MID_SUBDIR)/se_tama.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/se_tamago.s: %.s: %.mid
|
$(MID_SUBDIR)/se_tamago.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V120 -P5
|
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V120 -P5
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/se_tamakoro.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P2
|
||||||
|
|
||||||
$(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_tamakoro.mid
Normal file
BIN
sound/songs/midi/se_tamakoro.mid
Normal file
Binary file not shown.
@ -1,46 +0,0 @@
|
|||||||
.include "MPlayDef.s"
|
|
||||||
|
|
||||||
.equ se_tamakoro_grp, voicegroup128
|
|
||||||
.equ se_tamakoro_pri, 2
|
|
||||||
.equ se_tamakoro_rev, reverb_set+50
|
|
||||||
.equ se_tamakoro_mvl, 127
|
|
||||||
.equ se_tamakoro_key, 0
|
|
||||||
.equ se_tamakoro_tbs, 1
|
|
||||||
.equ se_tamakoro_exg, 0
|
|
||||||
.equ se_tamakoro_cmp, 1
|
|
||||||
|
|
||||||
.section .rodata
|
|
||||||
.global se_tamakoro
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
@********************** Track 1 **********************@
|
|
||||||
|
|
||||||
se_tamakoro_1:
|
|
||||||
.byte KEYSH , se_tamakoro_key+0
|
|
||||||
.byte TEMPO , 150*se_tamakoro_tbs/2
|
|
||||||
.byte VOICE , 63
|
|
||||||
.byte VOL , 110*se_tamakoro_mvl/mxv
|
|
||||||
.byte BEND , c_v+0
|
|
||||||
.byte TIE , Dn3 , v127
|
|
||||||
.byte W96
|
|
||||||
.byte W96
|
|
||||||
.byte W96
|
|
||||||
.byte W96
|
|
||||||
.byte W96
|
|
||||||
.byte EOT
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@******************************************************@
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
se_tamakoro:
|
|
||||||
.byte 1 @ NumTrks
|
|
||||||
.byte 0 @ NumBlks
|
|
||||||
.byte se_tamakoro_pri @ Priority
|
|
||||||
.byte se_tamakoro_rev @ Reverb.
|
|
||||||
|
|
||||||
.word se_tamakoro_grp
|
|
||||||
|
|
||||||
.word se_tamakoro_1
|
|
||||||
|
|
||||||
.end
|
|
Loading…
Reference in New Issue
Block a user