mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_hutago.mid
This commit is contained in:
parent
68b0db70a8
commit
ac4b91d602
@ -932,7 +932,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_con_k.o(.rodata);
|
||||
sound/songs/midi/mus_eikou_r.o(.rodata);
|
||||
sound/songs/mus_karakuri.o(.rodata);
|
||||
sound/songs/mus_hutago.o(.rodata);
|
||||
sound/songs/midi/mus_hutago.o(.rodata);
|
||||
sound/songs/mus_sitennou.o(.rodata);
|
||||
sound/songs/mus_yama_eye.o(.rodata);
|
||||
sound/songs/midi/mus_conlobby.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -195,6 +195,9 @@ $(MID_SUBDIR)/mus_hideri.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_hightown.s: %.s: %.mid
|
||||
$(MID) $< $@ -G073 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_hutago.s: %.s: %.mid
|
||||
$(MID) $< $@ -G095 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -453,7 +453,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_con_k, 0, 0 @ Results Announcement
|
||||
song mus_eikou_r, 0, 0 @ Room of Glory
|
||||
song mus_karakuri, 0, 0 @ Trick House
|
||||
song mus_hutago, 0, 0 @ Encounter! Kid
|
||||
song mus_hutago, 0, 0 @ Twins
|
||||
song mus_sitennou, 0, 0 @ Encounter! Elite Four
|
||||
song mus_yama_eye, 0, 0 @ Encounter! Hiker
|
||||
song mus_conlobby, 0, 0 @ Contest Lobby
|
||||
|
BIN
sound/songs/midi/mus_hutago.mid
Normal file
BIN
sound/songs/midi/mus_hutago.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