mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_rg_kenkyu.mid
This commit is contained in:
parent
246a8eff76
commit
8838e468e9
@ -996,7 +996,7 @@ SECTIONS {
|
||||
sound/songs/mus_rg_vs_yasei.o(.rodata);
|
||||
sound/songs/mus_rg_vs_last.o(.rodata);
|
||||
sound/songs/mus_rg_masara.o(.rodata);
|
||||
sound/songs/mus_rg_kenkyu.o(.rodata);
|
||||
sound/songs/midi/mus_rg_kenkyu.o(.rodata);
|
||||
sound/songs/mus_rg_ohkido.o(.rodata);
|
||||
sound/songs/mus_rg_pokecen.o(.rodata);
|
||||
sound/songs/mus_rg_santoan.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -390,6 +390,9 @@ $(MID_SUBDIR)/mus_rg_jump.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_kaihuku.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G140 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_kenkyu.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G160 -V075
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -517,7 +517,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_rg_vs_yasei, 0, 0 @ Battle! Wild Pokémon
|
||||
song mus_rg_vs_last, 0, 0 @ Battle! Champion
|
||||
song mus_rg_masara, 0, 0 @ Pallet Town
|
||||
song mus_rg_kenkyu, 0, 0 @ Professor Oak's Lab
|
||||
song mus_rg_kenkyu, 0, 0 @ Professor Oak's Laboratory (FRLG)
|
||||
song mus_rg_ohkido, 0, 0 @ Professor Oak's Theme
|
||||
song mus_rg_pokecen, 0, 0 @ Pokémon Center
|
||||
song mus_rg_santoan, 0, 0 @ S.S. Anne
|
||||
|
BIN
sound/songs/midi/mus_rg_kenkyu.mid
Normal file
BIN
sound/songs/midi/mus_rg_kenkyu.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