mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_daigo.mid
This commit is contained in:
parent
f480337dbc
commit
686ba9eb99
@ -937,7 +937,7 @@ SECTIONS {
|
||||
sound/songs/mus_yama_eye.o(.rodata);
|
||||
sound/songs/midi/mus_conlobby.o(.rodata);
|
||||
sound/songs/mus_inter_v.o(.rodata);
|
||||
sound/songs/mus_daigo.o(.rodata);
|
||||
sound/songs/midi/mus_daigo.o(.rodata);
|
||||
sound/songs/mus_thankfor.o(.rodata);
|
||||
sound/songs/mus_end.o(.rodata);
|
||||
sound/songs/midi/mus_b_frontier.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) $< $@ -G060 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_daigo.s: %.s: %.mid
|
||||
$(MID) $< $@ -G100 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_dendou.s: %.s: %.mid
|
||||
$(MID) $< $@ -G082 -R$(STD_REVERB)
|
||||
|
||||
|
@ -458,7 +458,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_yama_eye, 0, 0 @ Encounter! Hiker
|
||||
song mus_conlobby, 0, 0 @ Contest Lobby
|
||||
song mus_inter_v, 0, 0 @ Encounter! Gabby and Ty
|
||||
song mus_daigo, 0, 0 @ Encounter! Wallace
|
||||
song mus_daigo, 0, 0 @ Champion Wallace
|
||||
song mus_thankfor, 0, 0 @ Credits
|
||||
song mus_end, 0, 0 @ The End
|
||||
song mus_b_frontier, 0, 0 @ Battle Frontier
|
||||
|
BIN
sound/songs/midi/mus_daigo.mid
Normal file
BIN
sound/songs/midi/mus_daigo.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