mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Match mus_pokecen.mid
This commit is contained in:
parent
c2d7c43847
commit
8c6b4f45fc
@ -883,7 +883,7 @@ SECTIONS {
|
|||||||
sound/songs/mus_test.o(.rodata);
|
sound/songs/mus_test.o(.rodata);
|
||||||
sound/songs/midi/mus_gomachi0.o(.rodata);
|
sound/songs/midi/mus_gomachi0.o(.rodata);
|
||||||
sound/songs/midi/mus_gotown.o(.rodata);
|
sound/songs/midi/mus_gotown.o(.rodata);
|
||||||
sound/songs/mus_pokecen.o(.rodata);
|
sound/songs/midi/mus_pokecen.o(.rodata);
|
||||||
sound/songs/midi/mus_nextroad.o(.rodata);
|
sound/songs/midi/mus_nextroad.o(.rodata);
|
||||||
sound/songs/midi/mus_granroad.o(.rodata);
|
sound/songs/midi/mus_granroad.o(.rodata);
|
||||||
sound/songs/midi/mus_cycling.o(.rodata);
|
sound/songs/midi/mus_cycling.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -315,6 +315,9 @@ $(MID_SUBDIR)/mus_p_school.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_pcc.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_pcc.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G000 -R$(STD_REVERB) -V080
|
$(MID) $< $@ -G000 -R$(STD_REVERB) -V080
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_pokecen.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G046 -R$(STD_REVERB) -V092
|
||||||
|
|
||||||
$(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_pokecen.mid
Normal file
BIN
sound/songs/midi/mus_pokecen.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