mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_rg_vs_myu2.mid
This commit is contained in:
parent
2aeeb5f7b1
commit
2ed3b58742
@ -1035,7 +1035,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_rg_nana67.o(.rodata);
|
||||
sound/songs/midi/mus_rg_pokefue.o(.rodata);
|
||||
sound/songs/midi/mus_rg_vs_deo.o(.rodata);
|
||||
sound/songs/mus_rg_vs_myu2.o(.rodata);
|
||||
sound/songs/midi/mus_rg_vs_myu2.o(.rodata);
|
||||
sound/songs/midi/mus_rg_vs_den.o(.rodata);
|
||||
sound/songs/midi/mus_rg_exeye.o(.rodata);
|
||||
sound/songs/midi/mus_rg_deoeye.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -540,6 +540,9 @@ $(MID_SUBDIR)/mus_rg_vs_gym.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_vs_last.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G158 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_vs_myu2.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G157 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -556,7 +556,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_rg_nana67, 0, 0 @ Sevii Islands: Six & Seven Islands (FRLG)
|
||||
song mus_rg_pokefue, 2, 2 @ The Poké Flute (FRLG)
|
||||
song mus_rg_vs_deo, 0, 0 @ Battle! (Deoxys)
|
||||
song mus_rg_vs_myu2, 0, 0 @ Battle! Mewtwo
|
||||
song mus_rg_vs_myu2, 0, 0 @ Battle! (Mewtwo) (FRLG)
|
||||
song mus_rg_vs_den, 0, 0 @ Battle! (Ho-Oh/Lugia)
|
||||
song mus_rg_exeye, 0, 0 @ Tense Battle! (FRLG)
|
||||
song mus_rg_deoeye, 0, 0 @ Deoxys Appears
|
||||
|
BIN
sound/songs/midi/mus_rg_vs_myu2.mid
Normal file
BIN
sound/songs/midi/mus_rg_vs_myu2.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