mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_m_dungon.mid
This commit is contained in:
parent
60f13e6075
commit
6b5a0589ee
@ -915,7 +915,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/mus_c_road.o(.rodata);
|
sound/songs/midi/mus_c_road.o(.rodata);
|
||||||
sound/songs/midi/mus_ajito.o(.rodata);
|
sound/songs/midi/mus_ajito.o(.rodata);
|
||||||
sound/songs/midi/mus_m_boat.o(.rodata);
|
sound/songs/midi/mus_m_boat.o(.rodata);
|
||||||
sound/songs/mus_m_dungon.o(.rodata);
|
sound/songs/midi/mus_m_dungon.o(.rodata);
|
||||||
sound/songs/midi/mus_finecity.o(.rodata);
|
sound/songs/midi/mus_finecity.o(.rodata);
|
||||||
sound/songs/mus_machupi.o(.rodata);
|
sound/songs/mus_machupi.o(.rodata);
|
||||||
sound/songs/mus_p_school.o(.rodata);
|
sound/songs/mus_p_school.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -231,6 +231,9 @@ $(MID_SUBDIR)/mus_kazanbai.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_m_boat.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_m_boat.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G077 -R$(STD_REVERB) -V086
|
$(MID) $< $@ -G077 -R$(STD_REVERB) -V086
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_m_dungon.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G078 -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)
|
||||||
|
|
||||||
|
@ -436,7 +436,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_c_road, 0, 0 @ Victory Road
|
song mus_c_road, 0, 0 @ Victory Road
|
||||||
song mus_ajito, 0, 0 @ Hideout
|
song mus_ajito, 0, 0 @ Hideout
|
||||||
song mus_m_boat, 0, 0 @ Crossing the Sea
|
song mus_m_boat, 0, 0 @ Crossing the Sea
|
||||||
song mus_m_dungon, 0, 0 @ Mt. Pyre (Inside)
|
song mus_m_dungon, 0, 0 @ Mt. Pyre
|
||||||
song mus_finecity, 0, 0 @ Slateport City
|
song mus_finecity, 0, 0 @ Slateport City
|
||||||
song mus_machupi, 0, 0 @ Mt. Pyre (Outside)
|
song mus_machupi, 0, 0 @ Mt. Pyre (Outside)
|
||||||
song mus_p_school, 0, 0 @ Pokémon Trainer's School
|
song mus_p_school, 0, 0 @ Pokémon Trainer's School
|
||||||
|
BIN
sound/songs/midi/mus_m_dungon.mid
Normal file
BIN
sound/songs/midi/mus_m_dungon.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