mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_fune_kan.mid
This commit is contained in:
parent
a8ad043ff9
commit
b1398ec08a
@ -858,7 +858,7 @@ SECTIONS {
|
|||||||
sound/songs/mus_me_waza.o(.rodata);
|
sound/songs/mus_me_waza.o(.rodata);
|
||||||
sound/songs/midi/mus_bijyutu.o(.rodata);
|
sound/songs/midi/mus_bijyutu.o(.rodata);
|
||||||
sound/songs/midi/mus_dooro_x4.o(.rodata);
|
sound/songs/midi/mus_dooro_x4.o(.rodata);
|
||||||
sound/songs/mus_fune_kan.o(.rodata);
|
sound/songs/midi/mus_fune_kan.o(.rodata);
|
||||||
sound/songs/mus_me_shinka.o(.rodata);
|
sound/songs/mus_me_shinka.o(.rodata);
|
||||||
sound/songs/mus_shinka.o(.rodata);
|
sound/songs/mus_shinka.o(.rodata);
|
||||||
sound/songs/mus_me_wasure.o(.rodata);
|
sound/songs/mus_me_wasure.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -165,6 +165,9 @@ $(MID_SUBDIR)/mus_finecity.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_friendly.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_friendly.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G050 -R$(STD_REVERB)
|
$(MID) $< $@ -G050 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_fune_kan.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G023 -R$(STD_REVERB)
|
||||||
|
|
||||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
@ -379,7 +379,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_me_waza, 2, 2 @ Obtained a TM/HM!
|
song mus_me_waza, 2, 2 @ Obtained a TM/HM!
|
||||||
song mus_bijyutu, 0, 0 @ Museum
|
song mus_bijyutu, 0, 0 @ Museum
|
||||||
song mus_dooro_x4, 0, 0 @ Introductions
|
song mus_dooro_x4, 0, 0 @ Introductions
|
||||||
song mus_fune_kan, 0, 0 @ Slateport Museum
|
song mus_fune_kan, 0, 0 @ Oceanic Museum
|
||||||
song mus_me_shinka, 2, 2 @ Evolution Intro
|
song mus_me_shinka, 2, 2 @ Evolution Intro
|
||||||
song mus_shinka, 0, 0 @ Evolution
|
song mus_shinka, 0, 0 @ Evolution
|
||||||
song mus_me_wasure, 2, 2 @ Move Deleted/Messed Up Appeal
|
song mus_me_wasure, 2, 2 @ Move Deleted/Messed Up Appeal
|
||||||
|
BIN
sound/songs/midi/mus_fune_kan.mid
Normal file
BIN
sound/songs/midi/mus_fune_kan.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