mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_rg_rival1.mid
This commit is contained in:
parent
8981a1958a
commit
56be32f90b
@ -1010,7 +1010,7 @@ SECTIONS {
|
||||
sound/songs/mus_rg_win_gym.o(.rodata);
|
||||
sound/songs/midi/mus_rg_kuchiba.o(.rodata);
|
||||
sound/songs/midi/mus_rg_nibi.o(.rodata);
|
||||
sound/songs/mus_rg_rival1.o(.rodata);
|
||||
sound/songs/midi/mus_rg_rival1.o(.rodata);
|
||||
sound/songs/mus_rg_rival2.o(.rodata);
|
||||
sound/songs/midi/mus_rg_fan2.o(.rodata);
|
||||
sound/songs/midi/mus_rg_fan5.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -468,6 +468,9 @@ $(MID_SUBDIR)/mus_rg_pokeyashi.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_purin.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G135 -V068 -P5
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_rival1.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G174 -V079
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -531,7 +531,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_rg_win_gym, 0, 0 @ Victory! Gym Leader
|
||||
song mus_rg_kuchiba, 0, 0 @ Vermillion City Theme (FRLG)
|
||||
song mus_rg_nibi, 0, 0 @ Pewter City Theme (FRLG)
|
||||
song mus_rg_rival1, 0, 0 @ Encounter! Rival
|
||||
song mus_rg_rival1, 0, 0 @ A Rival Appears (FRLG)
|
||||
song mus_rg_rival2, 0, 0 @ Rival's Exit
|
||||
song mus_rg_fan2, 2, 2 @ Fanfare: Professor Oak's Evaluation (FRLG)
|
||||
song mus_rg_fan5, 2, 2 @ Fanfare: Pokémon Obtained (FRLG)
|
||||
|
BIN
sound/songs/midi/mus_rg_rival1.mid
Normal file
BIN
sound/songs/midi/mus_rg_rival1.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