Match mus_contest0.mid

This commit is contained in:
Kermalis 2018-09-25 17:32:45 -04:00
parent 1e7eefd5cc
commit e8a081d0f2
5 changed files with 5 additions and 3064 deletions

View File

@ -923,7 +923,7 @@ SECTIONS {
sound/songs/mus_tonekusa.o(.rodata); sound/songs/mus_tonekusa.o(.rodata);
sound/songs/mus_maborosi.o(.rodata); sound/songs/mus_maborosi.o(.rodata);
sound/songs/midi/mus_con_fan.o(.rodata); sound/songs/midi/mus_con_fan.o(.rodata);
sound/songs/mus_contest0.o(.rodata); sound/songs/midi/mus_contest0.o(.rodata);
sound/songs/mus_mgm0.o(.rodata); sound/songs/mus_mgm0.o(.rodata);
sound/songs/mus_t_battle.o(.rodata); sound/songs/mus_t_battle.o(.rodata);
sound/songs/mus_ooame.o(.rodata); sound/songs/mus_ooame.o(.rodata);

View File

@ -96,6 +96,9 @@ $(MID_SUBDIR)/mus_con_k.s: %.s: %.mid
$(MID_SUBDIR)/mus_conlobby.s: %.s: %.mid $(MID_SUBDIR)/mus_conlobby.s: %.s: %.mid
$(MID) $< $@ -G098 -R$(STD_REVERB) $(MID) $< $@ -G098 -R$(STD_REVERB)
$(MID_SUBDIR)/mus_contest0.s: %.s: %.mid
$(MID) $< $@ -G086 -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

@ -444,7 +444,7 @@ gSongTable:: @ 86B49F0
song mus_tonekusa, 0, 0 @ Fallarbor Town song mus_tonekusa, 0, 0 @ Fallarbor Town
song mus_maborosi, 0, 0 @ Sealed Chamber song mus_maborosi, 0, 0 @ Sealed Chamber
song mus_con_fan, 0, 0 @ Contest Winner song mus_con_fan, 0, 0 @ Contest Winner
song mus_contest0, 0, 0 @ Pokémon Contest song mus_contest0, 0, 0 @ Pokémon Contest!
song mus_mgm0, 0, 0 @ Encounter! Team Magma song mus_mgm0, 0, 0 @ Encounter! Team Magma
song mus_t_battle, 0, 0 @ Opening Battle song mus_t_battle, 0, 0 @ Opening Battle
song mus_ooame, 0, 0 @ The Flood song mus_ooame, 0, 0 @ The Flood

Binary file not shown.

File diff suppressed because it is too large Load Diff