mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_safari.mid
This commit is contained in:
parent
a55cce930a
commit
fc36f7a3e5
@ -911,7 +911,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_ropeway.o(.rodata);
|
||||
sound/songs/midi/mus_casino.o(.rodata);
|
||||
sound/songs/midi/mus_hightown.o(.rodata);
|
||||
sound/songs/mus_safari.o(.rodata);
|
||||
sound/songs/midi/mus_safari.o(.rodata);
|
||||
sound/songs/midi/mus_c_road.o(.rodata);
|
||||
sound/songs/midi/mus_ajito.o(.rodata);
|
||||
sound/songs/midi/mus_m_boat.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -333,6 +333,9 @@ $(MID_SUBDIR)/mus_rekkuu_kourin.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_runecity.s: %.s: %.mid
|
||||
$(MID) $< $@ -G091 -R$(STD_REVERB) -V062
|
||||
|
||||
$(MID_SUBDIR)/mus_safari.s: %.s: %.mid
|
||||
$(MID) $< $@ -G074 -R$(STD_REVERB) -V082
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
BIN
sound/songs/midi/mus_safari.mid
Normal file
BIN
sound/songs/midi/mus_safari.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