mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_eikou_r.mid
This commit is contained in:
parent
2606eafb59
commit
042bad2d43
@ -930,7 +930,7 @@ SECTIONS {
|
||||
sound/songs/mus_hideri.o(.rodata);
|
||||
sound/songs/mus_runecity.o(.rodata);
|
||||
sound/songs/midi/mus_con_k.o(.rodata);
|
||||
sound/songs/mus_eikou_r.o(.rodata);
|
||||
sound/songs/midi/mus_eikou_r.o(.rodata);
|
||||
sound/songs/mus_karakuri.o(.rodata);
|
||||
sound/songs/mus_hutago.o(.rodata);
|
||||
sound/songs/mus_sitennou.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -138,6 +138,9 @@ $(MID_SUBDIR)/mus_dooro1.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_dummy.s: %.s: %.mid
|
||||
$(MID) $< $@ -R40
|
||||
|
||||
$(MID_SUBDIR)/mus_eikou_r.s: %.s: %.mid
|
||||
$(MID) $< $@ -G093 -R$(STD_REVERB) -V080
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -451,7 +451,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_hideri, 0, 0 @ The Drought
|
||||
song mus_runecity, 0, 0 @ Sootopolis City
|
||||
song mus_con_k, 0, 0 @ Results Announcement
|
||||
song mus_eikou_r, 0, 0 @ Hall of Fame
|
||||
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_sitennou, 0, 0 @ Encounter! Elite Four
|
||||
|
BIN
sound/songs/midi/mus_eikou_r.mid
Normal file
BIN
sound/songs/midi/mus_eikou_r.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