mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_con_fan.mid
This commit is contained in:
parent
c501f63be7
commit
e58bc7fb9e
@ -922,7 +922,7 @@ SECTIONS {
|
||||
sound/songs/mus_dendou.o(.rodata);
|
||||
sound/songs/mus_tonekusa.o(.rodata);
|
||||
sound/songs/mus_maborosi.o(.rodata);
|
||||
sound/songs/mus_con_fan.o(.rodata);
|
||||
sound/songs/midi/mus_con_fan.o(.rodata);
|
||||
sound/songs/mus_contest0.o(.rodata);
|
||||
sound/songs/mus_mgm0.o(.rodata);
|
||||
sound/songs/mus_t_battle.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -87,6 +87,9 @@ $(MID_SUBDIR)/mus_c_road.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_casino.s: %.s: %.mid
|
||||
$(MID) $< $@ -G072 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_con_fan.s: %.s: %.mid
|
||||
$(MID) $< $@ -G085 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -443,7 +443,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_dendou, 0, 0 @ You're the Champion!
|
||||
song mus_tonekusa, 0, 0 @ Fallarbor Town
|
||||
song mus_maborosi, 0, 0 @ Sealed Chamber
|
||||
song mus_con_fan, 0, 0 @ Obtained a Contest Ribbon!
|
||||
song mus_con_fan, 0, 0 @ Contest Winner
|
||||
song mus_contest0, 0, 0 @ Pokémon Contest
|
||||
song mus_mgm0, 0, 0 @ Encounter! Team Magma
|
||||
song mus_t_battle, 0, 0 @ Opening Battle
|
||||
|
BIN
sound/songs/midi/mus_con_fan.mid
Normal file
BIN
sound/songs/midi/mus_con_fan.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