mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_granroad.mid
This commit is contained in:
parent
b7b95fd582
commit
495c287a5e
@ -885,7 +885,7 @@ SECTIONS {
|
||||
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);
|
||||
sound/songs/midi/mus_granroad.o(.rodata);
|
||||
sound/songs/midi/mus_cycling.o(.rodata);
|
||||
sound/songs/midi/mus_friendly.o(.rodata);
|
||||
sound/songs/mus_mishiro.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -183,6 +183,9 @@ $(MID_SUBDIR)/mus_gomachi0.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_gotown.s: %.s: %.mid
|
||||
$(MID) $< $@ -G045 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_granroad.s: %.s: %.mid
|
||||
$(MID) $< $@ -G048 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
BIN
sound/songs/midi/mus_granroad.mid
Normal file
BIN
sound/songs/midi/mus_granroad.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