mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_rg_ohkido.mid
This commit is contained in:
parent
63e5b5baf2
commit
9b9fa16a5c
@ -997,7 +997,7 @@ SECTIONS {
|
||||
sound/songs/mus_rg_vs_last.o(.rodata);
|
||||
sound/songs/midi/mus_rg_masara.o(.rodata);
|
||||
sound/songs/midi/mus_rg_kenkyu.o(.rodata);
|
||||
sound/songs/mus_rg_ohkido.o(.rodata);
|
||||
sound/songs/midi/mus_rg_ohkido.o(.rodata);
|
||||
sound/songs/mus_rg_pokecen.o(.rodata);
|
||||
sound/songs/mus_rg_santoan.o(.rodata);
|
||||
sound/songs/midi/mus_rg_naminori.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -438,6 +438,9 @@ $(MID_SUBDIR)/mus_rg_network.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_nibi.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G173 -V084
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_ohkido.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G161 -V086
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -518,7 +518,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_rg_vs_last, 0, 0 @ Battle! Champion
|
||||
song mus_rg_masara, 0, 0 @ Pallet Town Theme (FRLG)
|
||||
song mus_rg_kenkyu, 0, 0 @ Professor Oak's Laboratory (FRLG)
|
||||
song mus_rg_ohkido, 0, 0 @ Professor Oak's Theme
|
||||
song mus_rg_ohkido, 0, 0 @ Professor Oak (FRLG)
|
||||
song mus_rg_pokecen, 0, 0 @ Pokémon Center
|
||||
song mus_rg_santoan, 0, 0 @ S.S. Anne
|
||||
song mus_rg_naminori, 0, 0 @ The Sea (FRLG)
|
||||
|
BIN
sound/songs/midi/mus_rg_ohkido.mid
Normal file
BIN
sound/songs/midi/mus_rg_ohkido.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