mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_mgm0.mid
This commit is contained in:
parent
d547ce5302
commit
61abaaf201
@ -924,7 +924,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/mus_maborosi.o(.rodata);
|
sound/songs/midi/mus_maborosi.o(.rodata);
|
||||||
sound/songs/midi/mus_con_fan.o(.rodata);
|
sound/songs/midi/mus_con_fan.o(.rodata);
|
||||||
sound/songs/midi/mus_contest0.o(.rodata);
|
sound/songs/midi/mus_contest0.o(.rodata);
|
||||||
sound/songs/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/mus_ooame.o(.rodata);
|
||||||
sound/songs/midi/mus_hideri.o(.rodata);
|
sound/songs/midi/mus_hideri.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -288,6 +288,9 @@ $(MID_SUBDIR)/mus_me_waza.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_me_zannen.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_me_zannen.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G012 -R$(STD_REVERB) -V090 -P5
|
$(MID) $< $@ -G012 -R$(STD_REVERB) -V090 -P5
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_mgm0.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G087 -R$(STD_REVERB) -V072
|
||||||
|
|
||||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
@ -445,7 +445,7 @@ gSongTable:: @ 86B49F0
|
|||||||
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
|
||||||
song mus_contest0, 0, 0 @ Pokémon Contest!
|
song mus_contest0, 0, 0 @ Pokémon Contest!
|
||||||
song mus_mgm0, 0, 0 @ Encounter! Team Magma
|
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 @ The Flood
|
||||||
song mus_hideri, 0, 0 @ The Drought
|
song mus_hideri, 0, 0 @ The Drought
|
||||||
|
BIN
sound/songs/midi/mus_mgm0.mid
Normal file
BIN
sound/songs/midi/mus_mgm0.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