mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Match mus_machupi.mid
This commit is contained in:
parent
b916203c88
commit
32c0fbd35a
@ -917,7 +917,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/mus_m_boat.o(.rodata);
|
sound/songs/midi/mus_m_boat.o(.rodata);
|
||||||
sound/songs/midi/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/midi/mus_machupi.o(.rodata);
|
||||||
sound/songs/mus_p_school.o(.rodata);
|
sound/songs/mus_p_school.o(.rodata);
|
||||||
sound/songs/midi/mus_dendou.o(.rodata);
|
sound/songs/midi/mus_dendou.o(.rodata);
|
||||||
sound/songs/mus_tonekusa.o(.rodata);
|
sound/songs/mus_tonekusa.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -246,6 +246,9 @@ $(MID_SUBDIR)/mus_machi_s3.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_machi_s4.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_machi_s4.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G019 -R$(STD_REVERB) -E
|
$(MID) $< $@ -G019 -R$(STD_REVERB) -E
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_machupi.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G080 -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)
|
||||||
|
|
||||||
|
@ -438,7 +438,7 @@ gSongTable:: @ 86B49F0
|
|||||||
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
|
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 Exterior
|
||||||
song mus_p_school, 0, 0 @ Pokémon Trainer's School
|
song mus_p_school, 0, 0 @ Pokémon Trainer's School
|
||||||
song mus_dendou, 0, 0 @ The Hall of Fame
|
song mus_dendou, 0, 0 @ The Hall of Fame
|
||||||
song mus_tonekusa, 0, 0 @ Fallarbor Town
|
song mus_tonekusa, 0, 0 @ Fallarbor Town
|
||||||
|
BIN
sound/songs/midi/mus_machupi.mid
Normal file
BIN
sound/songs/midi/mus_machupi.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