mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_rg_vs_gym.mid
This commit is contained in:
parent
ea765f5d88
commit
babe3d0e92
@ -991,7 +991,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_rg_load02.o(.rodata);
|
||||
sound/songs/midi/mus_rg_load03.o(.rodata);
|
||||
sound/songs/midi/mus_rg_champ_r.o(.rodata);
|
||||
sound/songs/mus_rg_vs_gym.o(.rodata);
|
||||
sound/songs/midi/mus_rg_vs_gym.o(.rodata);
|
||||
sound/songs/mus_rg_vs_tore.o(.rodata);
|
||||
sound/songs/mus_rg_vs_yasei.o(.rodata);
|
||||
sound/songs/mus_rg_vs_last.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -534,6 +534,9 @@ $(MID_SUBDIR)/mus_rg_vs_den.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_vs_deo.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G185 -V080
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_vs_gym.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G155 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -512,7 +512,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_rg_load02, 0, 0 @ Road to Cerulean City: Leaving Mt. Moon (FRLG)
|
||||
song mus_rg_load03, 0, 0 @ Road to Fuchsia City: Leaving Lavender Town (FRLG)
|
||||
song mus_rg_champ_r, 0, 0 @ The Final Road (FRLG)
|
||||
song mus_rg_vs_gym, 0, 0 @ Battle! Gym Leader/Elite Four
|
||||
song mus_rg_vs_gym, 0, 0 @ Battle! (Gym Leader Battle) (FRLG)
|
||||
song mus_rg_vs_tore, 0, 0 @ Battle! Trainer
|
||||
song mus_rg_vs_yasei, 0, 0 @ Battle! Wild Pokémon
|
||||
song mus_rg_vs_last, 0, 0 @ Battle! Champion
|
||||
|
BIN
sound/songs/midi/mus_rg_vs_gym.mid
Normal file
BIN
sound/songs/midi/mus_rg_vs_gym.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