mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_tsuretek.mid
This commit is contained in:
parent
3893291d8d
commit
a300a9799c
@ -903,7 +903,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/mus_kakkoii.o(.rodata);
|
sound/songs/midi/mus_kakkoii.o(.rodata);
|
||||||
sound/songs/midi/mus_kazanbai.o(.rodata);
|
sound/songs/midi/mus_kazanbai.o(.rodata);
|
||||||
sound/songs/midi/mus_aqa_0.o(.rodata);
|
sound/songs/midi/mus_aqa_0.o(.rodata);
|
||||||
sound/songs/mus_tsuretek.o(.rodata);
|
sound/songs/midi/mus_tsuretek.o(.rodata);
|
||||||
sound/songs/midi/mus_boy_sup.o(.rodata);
|
sound/songs/midi/mus_boy_sup.o(.rodata);
|
||||||
sound/songs/midi/mus_rainbow.o(.rodata);
|
sound/songs/midi/mus_rainbow.o(.rodata);
|
||||||
sound/songs/midi/mus_ayasii.o(.rodata);
|
sound/songs/midi/mus_ayasii.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -387,6 +387,9 @@ $(MID_SUBDIR)/mus_tonekusa.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_tozan.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_tozan.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G052 -R$(STD_REVERB) -V078
|
$(MID) $< $@ -G052 -R$(STD_REVERB) -V078
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_tsuretek.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G066 -R$(STD_REVERB) -V074
|
||||||
|
|
||||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
@ -424,7 +424,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_kakkoii, 0, 0 @ Trainers' Eyes Meet (Cooltrainer)
|
song mus_kakkoii, 0, 0 @ Trainers' Eyes Meet (Cooltrainer)
|
||||||
song mus_kazanbai, 0, 0 @ Route 113
|
song mus_kazanbai, 0, 0 @ Route 113
|
||||||
song mus_aqa_0, 0, 0 @ Team Aqua Appears!
|
song mus_aqa_0, 0, 0 @ Team Aqua Appears!
|
||||||
song mus_tsuretek, 0, 0 @ Follow Me!
|
song mus_tsuretek, 0, 0 @ Hurry Along
|
||||||
song mus_boy_sup, 0, 0 @ Brendan
|
song mus_boy_sup, 0, 0 @ Brendan
|
||||||
song mus_rainbow, 0, 0 @ Evergrande City
|
song mus_rainbow, 0, 0 @ Evergrande City
|
||||||
song mus_ayasii, 0, 0 @ Trainers' Eyes Meet (Hex Maniac)
|
song mus_ayasii, 0, 0 @ Trainers' Eyes Meet (Hex Maniac)
|
||||||
|
BIN
sound/songs/midi/mus_tsuretek.mid
Normal file
BIN
sound/songs/midi/mus_tsuretek.mid
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user