mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 19:54:21 +01:00
Match mus_dooro_x4.mid
This commit is contained in:
parent
03bbff5a5a
commit
014aa3d137
@ -857,7 +857,7 @@ SECTIONS {
|
|||||||
sound/songs/mus_fanfa5.o(.rodata);
|
sound/songs/mus_fanfa5.o(.rodata);
|
||||||
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/mus_dooro_x4.o(.rodata);
|
sound/songs/midi/mus_dooro_x4.o(.rodata);
|
||||||
sound/songs/mus_fune_kan.o(.rodata);
|
sound/songs/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);
|
||||||
|
3
songs.mk
3
songs.mk
@ -129,6 +129,9 @@ $(MID_SUBDIR)/mus_dooro_x1.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_dooro_x3.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_dooro_x3.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G014 -R$(STD_REVERB)
|
$(MID) $< $@ -G014 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_dooro_x4.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G021 -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)
|
||||||
|
|
||||||
|
@ -378,7 +378,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_fanfa5, 2, 2 @ Your Pokémon Just Evolved!
|
song mus_fanfa5, 2, 2 @ Your Pokémon Just Evolved!
|
||||||
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 @ Route 122/Intro
|
song mus_dooro_x4, 0, 0 @ Introductions
|
||||||
song mus_fune_kan, 0, 0 @ Slateport Museum
|
song mus_fune_kan, 0, 0 @ Slateport 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
|
||||||
|
BIN
sound/songs/midi/mus_dooro_x4.mid
Normal file
BIN
sound/songs/midi/mus_dooro_x4.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