Match mus_inter_v.mid

This commit is contained in:
Kermalis 2018-09-26 19:40:24 -04:00
parent ac4b91d602
commit c9cef8f631
5 changed files with 5 additions and 1069 deletions

View File

@ -936,7 +936,7 @@ SECTIONS {
sound/songs/mus_sitennou.o(.rodata); sound/songs/mus_sitennou.o(.rodata);
sound/songs/mus_yama_eye.o(.rodata); sound/songs/mus_yama_eye.o(.rodata);
sound/songs/midi/mus_conlobby.o(.rodata); sound/songs/midi/mus_conlobby.o(.rodata);
sound/songs/mus_inter_v.o(.rodata); sound/songs/midi/mus_inter_v.o(.rodata);
sound/songs/midi/mus_daigo.o(.rodata); sound/songs/midi/mus_daigo.o(.rodata);
sound/songs/mus_thankfor.o(.rodata); sound/songs/mus_thankfor.o(.rodata);
sound/songs/midi/mus_end.o(.rodata); sound/songs/midi/mus_end.o(.rodata);

View File

@ -198,6 +198,9 @@ $(MID_SUBDIR)/mus_hightown.s: %.s: %.mid
$(MID_SUBDIR)/mus_hutago.s: %.s: %.mid $(MID_SUBDIR)/mus_hutago.s: %.s: %.mid
$(MID) $< $@ -G095 -R$(STD_REVERB) $(MID) $< $@ -G095 -R$(STD_REVERB)
$(MID_SUBDIR)/mus_inter_v.s: %.s: %.mid
$(MID) $< $@ -G099 -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)

View File

@ -457,7 +457,7 @@ gSongTable:: @ 86B49F0
song mus_sitennou, 0, 0 @ Encounter! Elite Four song mus_sitennou, 0, 0 @ Encounter! Elite Four
song mus_yama_eye, 0, 0 @ Encounter! Hiker song mus_yama_eye, 0, 0 @ Encounter! Hiker
song mus_conlobby, 0, 0 @ Contest Lobby song mus_conlobby, 0, 0 @ Contest Lobby
song mus_inter_v, 0, 0 @ Encounter! Gabby and Ty song mus_inter_v, 0, 0 @ Interviewers
song mus_daigo, 0, 0 @ Champion Wallace song mus_daigo, 0, 0 @ Champion Wallace
song mus_thankfor, 0, 0 @ Credits song mus_thankfor, 0, 0 @ Credits
song mus_end, 0, 0 @ The End song mus_end, 0, 0 @ The End

Binary file not shown.

File diff suppressed because it is too large Load Diff