mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Match mus_dendou.mid
This commit is contained in:
parent
d5047d6545
commit
f480337dbc
@ -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);
|
||||||
|
3
songs.mk
3
songs.mk
@ -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)
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
BIN
sound/songs/midi/mus_dendou.mid
Normal file
BIN
sound/songs/midi/mus_dendou.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