mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_contest0.mid
This commit is contained in:
parent
1e7eefd5cc
commit
e8a081d0f2
@ -923,7 +923,7 @@ SECTIONS {
|
||||
sound/songs/mus_tonekusa.o(.rodata);
|
||||
sound/songs/mus_maborosi.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_t_battle.o(.rodata);
|
||||
sound/songs/mus_ooame.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -96,6 +96,9 @@ $(MID_SUBDIR)/mus_con_k.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_conlobby.s: %.s: %.mid
|
||||
$(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) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -444,7 +444,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_tonekusa, 0, 0 @ Fallarbor Town
|
||||
song mus_maborosi, 0, 0 @ Sealed Chamber
|
||||
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_t_battle, 0, 0 @ Opening Battle
|
||||
song mus_ooame, 0, 0 @ The Flood
|
||||
|
BIN
sound/songs/midi/mus_contest0.mid
Normal file
BIN
sound/songs/midi/mus_contest0.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