mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_rg_cycling.mid
This commit is contained in:
parent
d13822fbe1
commit
602ca92b3b
@ -977,7 +977,7 @@ SECTIONS {
|
||||
sound/songs/mus_rg_guren.o(.rodata);
|
||||
sound/songs/mus_rg_shion.o(.rodata);
|
||||
sound/songs/mus_rg_kaihuku.o(.rodata);
|
||||
sound/songs/mus_rg_cycling.o(.rodata);
|
||||
sound/songs/midi/mus_rg_cycling.o(.rodata);
|
||||
sound/songs/mus_rg_rocket.o(.rodata);
|
||||
sound/songs/mus_rg_shoujo.o(.rodata);
|
||||
sound/songs/mus_rg_shounen.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -345,6 +345,9 @@ $(MID_SUBDIR)/mus_rg_annai.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_champ_r.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G154 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_cycling.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G141 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -499,7 +499,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_rg_guren, 0, 0 @ Cinnabar Island
|
||||
song mus_rg_shion, 0, 0 @ Lavender Town
|
||||
song mus_rg_kaihuku, 0, 0 @ RBY Pokémon Center Healing
|
||||
song mus_rg_cycling, 0, 0 @ Cycling
|
||||
song mus_rg_cycling, 0, 0 @ Cycling (FRLG)
|
||||
song mus_rg_rocket, 0, 0 @ Encounter! Team Rocket
|
||||
song mus_rg_shoujo, 0, 0 @ Encounter! Girl
|
||||
song mus_rg_shounen, 0, 0 @ Encounter! Boy
|
||||
|
BIN
sound/songs/midi/mus_rg_cycling.mid
Normal file
BIN
sound/songs/midi/mus_rg_cycling.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