mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_cycling.mid
This commit is contained in:
parent
e8a081d0f2
commit
1b575e20d7
@ -886,7 +886,7 @@ SECTIONS {
|
|||||||
sound/songs/mus_pokecen.o(.rodata);
|
sound/songs/mus_pokecen.o(.rodata);
|
||||||
sound/songs/mus_nextroad.o(.rodata);
|
sound/songs/mus_nextroad.o(.rodata);
|
||||||
sound/songs/mus_granroad.o(.rodata);
|
sound/songs/mus_granroad.o(.rodata);
|
||||||
sound/songs/mus_cycling.o(.rodata);
|
sound/songs/midi/mus_cycling.o(.rodata);
|
||||||
sound/songs/mus_friendly.o(.rodata);
|
sound/songs/mus_friendly.o(.rodata);
|
||||||
sound/songs/mus_mishiro.o(.rodata);
|
sound/songs/mus_mishiro.o(.rodata);
|
||||||
sound/songs/mus_tozan.o(.rodata);
|
sound/songs/mus_tozan.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -99,6 +99,9 @@ $(MID_SUBDIR)/mus_conlobby.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_contest0.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_contest0.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G086 -R$(STD_REVERB)
|
$(MID) $< $@ -G086 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_cycling.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G049 -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)
|
||||||
|
|
||||||
|
BIN
sound/songs/midi/mus_cycling.mid
Normal file
BIN
sound/songs/midi/mus_cycling.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