mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_gotown.mid
This commit is contained in:
parent
d3bedad347
commit
b7b95fd582
@ -882,7 +882,7 @@ SECTIONS {
|
||||
sound/songs/mus_test4.o(.rodata);
|
||||
sound/songs/mus_test.o(.rodata);
|
||||
sound/songs/midi/mus_gomachi0.o(.rodata);
|
||||
sound/songs/mus_gotown.o(.rodata);
|
||||
sound/songs/midi/mus_gotown.o(.rodata);
|
||||
sound/songs/mus_pokecen.o(.rodata);
|
||||
sound/songs/mus_nextroad.o(.rodata);
|
||||
sound/songs/mus_granroad.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -180,6 +180,9 @@ $(MID_SUBDIR)/mus_girleye.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_gomachi0.s: %.s: %.mid
|
||||
$(MID) $< $@ -G044 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_gotown.s: %.s: %.mid
|
||||
$(MID) $< $@ -G045 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -403,7 +403,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_test4, 0, 0 @ Contest Test 4
|
||||
song mus_test, 0, 0 @ Encounter! Gentleman
|
||||
song mus_gomachi0, 0, 0 @ Verdanturf Town
|
||||
song mus_gotown, 0, 0 @ Rustboro/Mauville/Mossdeep City
|
||||
song mus_gotown, 0, 0 @ Rustboro City
|
||||
song mus_pokecen, 0, 0 @ Pokémon Center
|
||||
song mus_nextroad, 0, 0 @ Route 104
|
||||
song mus_granroad, 0, 0 @ Route 119
|
||||
|
BIN
sound/songs/midi/mus_gotown.mid
Normal file
BIN
sound/songs/midi/mus_gotown.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