mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_ooame.mid
This commit is contained in:
parent
b9af4288a1
commit
2d6953b440
@ -926,7 +926,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/mus_contest0.o(.rodata);
|
sound/songs/midi/mus_contest0.o(.rodata);
|
||||||
sound/songs/midi/mus_mgm0.o(.rodata);
|
sound/songs/midi/mus_mgm0.o(.rodata);
|
||||||
sound/songs/mus_t_battle.o(.rodata);
|
sound/songs/mus_t_battle.o(.rodata);
|
||||||
sound/songs/mus_ooame.o(.rodata);
|
sound/songs/midi/mus_ooame.o(.rodata);
|
||||||
sound/songs/midi/mus_hideri.o(.rodata);
|
sound/songs/midi/mus_hideri.o(.rodata);
|
||||||
sound/songs/mus_runecity.o(.rodata);
|
sound/songs/mus_runecity.o(.rodata);
|
||||||
sound/songs/midi/mus_con_k.o(.rodata);
|
sound/songs/midi/mus_con_k.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -306,6 +306,9 @@ $(MID_SUBDIR)/mus_nibi.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_odamaki.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_odamaki.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G033 -R$(STD_REVERB) -V080
|
$(MID) $< $@ -G033 -R$(STD_REVERB) -V080
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_ooame.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G089 -R$(STD_REVERB) -V080
|
||||||
|
|
||||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
@ -447,7 +447,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_contest0, 0, 0 @ Pokémon Contest!
|
song mus_contest0, 0, 0 @ Pokémon Contest!
|
||||||
song mus_mgm0, 0, 0 @ Team Magma Appears!
|
song mus_mgm0, 0, 0 @ Team Magma Appears!
|
||||||
song mus_t_battle, 0, 0 @ Opening Battle
|
song mus_t_battle, 0, 0 @ Opening Battle
|
||||||
song mus_ooame, 0, 0 @ The Flood
|
song mus_ooame, 0, 0 @ Heavy Rain
|
||||||
song mus_hideri, 0, 0 @ The Drought
|
song mus_hideri, 0, 0 @ The Drought
|
||||||
song mus_runecity, 0, 0 @ Sootopolis City
|
song mus_runecity, 0, 0 @ Sootopolis City
|
||||||
song mus_con_k, 0, 0 @ Results Announcement
|
song mus_con_k, 0, 0 @ Results Announcement
|
||||||
|
BIN
sound/songs/midi/mus_ooame.mid
Normal file
BIN
sound/songs/midi/mus_ooame.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