mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_rg_jump.mid
This commit is contained in:
parent
697eed294b
commit
b40c3a00fc
@ -1021,7 +1021,7 @@ SECTIONS {
|
||||
sound/songs/mus_rg_sousa.o(.rodata);
|
||||
sound/songs/mus_rg_sekaikan.o(.rodata);
|
||||
sound/songs/mus_rg_seibetu.o(.rodata);
|
||||
sound/songs/mus_rg_jump.o(.rodata);
|
||||
sound/songs/midi/mus_rg_jump.o(.rodata);
|
||||
sound/songs/mus_rg_union.o(.rodata);
|
||||
sound/songs/mus_rg_network.o(.rodata);
|
||||
sound/songs/mus_rg_okurimono.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -384,6 +384,9 @@ $(MID_SUBDIR)/mus_rg_gym.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_hanada.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G167 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_jump.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G132 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -542,7 +542,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_rg_sousa, 0, 0 @ Starting Tutorial
|
||||
song mus_rg_sekaikan, 0, 0 @ Starting Tutorial 2
|
||||
song mus_rg_seibetu, 0, 0 @ Starting Tutorial 3
|
||||
song mus_rg_jump, 0, 0 @ Jumping Minigame
|
||||
song mus_rg_jump, 0, 0 @ Pokémon Jump (FRLG)
|
||||
song mus_rg_union, 0, 0 @ Union Room
|
||||
song mus_rg_network, 0, 0 @ Network Center
|
||||
song mus_rg_okurimono, 0, 0 @ Mystery Gift
|
||||
|
BIN
sound/songs/midi/mus_rg_jump.mid
Normal file
BIN
sound/songs/midi/mus_rg_jump.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