mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_rg_vs_yasei.mid
This commit is contained in:
parent
4045ded2fe
commit
937b785774
@ -993,7 +993,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_rg_champ_r.o(.rodata);
|
||||
sound/songs/midi/mus_rg_vs_gym.o(.rodata);
|
||||
sound/songs/midi/mus_rg_vs_tore.o(.rodata);
|
||||
sound/songs/mus_rg_vs_yasei.o(.rodata);
|
||||
sound/songs/midi/mus_rg_vs_yasei.o(.rodata);
|
||||
sound/songs/midi/mus_rg_vs_last.o(.rodata);
|
||||
sound/songs/midi/mus_rg_masara.o(.rodata);
|
||||
sound/songs/midi/mus_rg_kenkyu.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -546,6 +546,9 @@ $(MID_SUBDIR)/mus_rg_vs_myu2.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_vs_tore.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G156 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_vs_yasei.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G157 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -514,7 +514,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_rg_champ_r, 0, 0 @ The Final Road (FRLG)
|
||||
song mus_rg_vs_gym, 0, 0 @ Battle! (Gym Leader Battle) (FRLG)
|
||||
song mus_rg_vs_tore, 0, 0 @ Battle! (Trainer Battle) (FRLG)
|
||||
song mus_rg_vs_yasei, 0, 0 @ Battle! Wild Pokémon
|
||||
song mus_rg_vs_yasei, 0, 0 @ Battle! (Wild Pokémon) (FRLG)
|
||||
song mus_rg_vs_last, 0, 0 @ Final Battle! (Rival) (FRLG)
|
||||
song mus_rg_masara, 0, 0 @ Pallet Town Theme (FRLG)
|
||||
song mus_rg_kenkyu, 0, 0 @ Professor Oak's Laboratory (FRLG)
|
||||
|
BIN
sound/songs/midi/mus_rg_vs_yasei.mid
Normal file
BIN
sound/songs/midi/mus_rg_vs_yasei.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