Match mus_pokecen.mid

This commit is contained in:
Kermalis 2018-09-28 23:58:00 -04:00
parent c2d7c43847
commit 8c6b4f45fc
4 changed files with 4 additions and 2332 deletions

View File

@ -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);

View File

@ -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)

Binary file not shown.

File diff suppressed because it is too large Load Diff