mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_nextroad.mid
This commit is contained in:
parent
0761db312f
commit
e8c1c3879b
@ -884,7 +884,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_gomachi0.o(.rodata);
|
||||
sound/songs/midi/mus_gotown.o(.rodata);
|
||||
sound/songs/mus_pokecen.o(.rodata);
|
||||
sound/songs/mus_nextroad.o(.rodata);
|
||||
sound/songs/midi/mus_nextroad.o(.rodata);
|
||||
sound/songs/midi/mus_granroad.o(.rodata);
|
||||
sound/songs/midi/mus_cycling.o(.rodata);
|
||||
sound/songs/midi/mus_friendly.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -297,6 +297,9 @@ $(MID_SUBDIR)/mus_minamo.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_mishiro.s: %.s: %.mid
|
||||
$(MID) $< $@ -G051 -R$(STD_REVERB) -V100
|
||||
|
||||
$(MID_SUBDIR)/mus_nextroad.s: %.s: %.mid
|
||||
$(MID) $< $@ -G047 -R$(STD_REVERB) -V097
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
BIN
sound/songs/midi/mus_nextroad.mid
Normal file
BIN
sound/songs/midi/mus_nextroad.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