mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_rg_gym.mid
This commit is contained in:
parent
cbf7133661
commit
dabfa339c1
@ -970,7 +970,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_rg_annai.o(.rodata);
|
||||
sound/songs/mus_rg_slot.o(.rodata);
|
||||
sound/songs/midi/mus_rg_ajito.o(.rodata);
|
||||
sound/songs/mus_rg_gym.o(.rodata);
|
||||
sound/songs/midi/mus_rg_gym.o(.rodata);
|
||||
sound/songs/mus_rg_purin.o(.rodata);
|
||||
sound/songs/midi/mus_rg_demo.o(.rodata);
|
||||
sound/songs/mus_rg_title.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -378,6 +378,9 @@ $(MID_SUBDIR)/mus_rg_get_yasei.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_guren.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G138 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_gym.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G134 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -491,7 +491,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_rg_annai, 0, 0 @ Guide (FRLG)
|
||||
song mus_rg_slot, 0, 0 @ Game Corner
|
||||
song mus_rg_ajito, 0, 0 @ Rocket Hideout (FRLG)
|
||||
song mus_rg_gym, 0, 0 @ Gym
|
||||
song mus_rg_gym, 0, 0 @ Pokémon Gym (FRLG)
|
||||
song mus_rg_purin, 2, 2 @ Jigglypuff's Song
|
||||
song mus_rg_demo, 0, 0 @ Opening Movie (FRLG)
|
||||
song mus_rg_title, 0, 0 @ Title Screen
|
||||
|
BIN
sound/songs/midi/mus_rg_gym.mid
Normal file
BIN
sound/songs/midi/mus_rg_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