Match mus_dendou.mid

This commit is contained in:
Kermalis 2018-09-25 20:32:01 -04:00
parent d5047d6545
commit f480337dbc
5 changed files with 5 additions and 2305 deletions

View File

@ -919,7 +919,7 @@ SECTIONS {
sound/songs/mus_finecity.o(.rodata); sound/songs/mus_finecity.o(.rodata);
sound/songs/mus_machupi.o(.rodata); sound/songs/mus_machupi.o(.rodata);
sound/songs/mus_p_school.o(.rodata); sound/songs/mus_p_school.o(.rodata);
sound/songs/mus_dendou.o(.rodata); sound/songs/midi/mus_dendou.o(.rodata);
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);

View File

@ -117,6 +117,9 @@ $(MID_SUBDIR)/mus_deepdeep.s: %.s: %.mid
$(MID_SUBDIR)/mus_demo1.s: %.s: %.mid $(MID_SUBDIR)/mus_demo1.s: %.s: %.mid
$(MID) $< $@ -G060 -R$(STD_REVERB) $(MID) $< $@ -G060 -R$(STD_REVERB)
$(MID_SUBDIR)/mus_dendou.s: %.s: %.mid
$(MID) $< $@ -G082 -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

@ -440,7 +440,7 @@ gSongTable:: @ 86B49F0
song mus_finecity, 0, 0 @ Slateport City song mus_finecity, 0, 0 @ Slateport City
song mus_machupi, 0, 0 @ Mt. Pyre (Outside) song mus_machupi, 0, 0 @ Mt. Pyre (Outside)
song mus_p_school, 0, 0 @ Pokémon Trainer's School song mus_p_school, 0, 0 @ Pokémon Trainer's School
song mus_dendou, 0, 0 @ You're the Champion! song mus_dendou, 0, 0 @ The Hall of Fame
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

Binary file not shown.

File diff suppressed because it is too large Load Diff