mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_rg_pokecen.mid
This commit is contained in:
parent
03aabe5bb3
commit
06e39a7ebf
@ -998,7 +998,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/mus_rg_masara.o(.rodata);
|
sound/songs/midi/mus_rg_masara.o(.rodata);
|
||||||
sound/songs/midi/mus_rg_kenkyu.o(.rodata);
|
sound/songs/midi/mus_rg_kenkyu.o(.rodata);
|
||||||
sound/songs/midi/mus_rg_ohkido.o(.rodata);
|
sound/songs/midi/mus_rg_ohkido.o(.rodata);
|
||||||
sound/songs/mus_rg_pokecen.o(.rodata);
|
sound/songs/midi/mus_rg_pokecen.o(.rodata);
|
||||||
sound/songs/mus_rg_santoan.o(.rodata);
|
sound/songs/mus_rg_santoan.o(.rodata);
|
||||||
sound/songs/midi/mus_rg_naminori.o(.rodata);
|
sound/songs/midi/mus_rg_naminori.o(.rodata);
|
||||||
sound/songs/midi/mus_rg_p_tower.o(.rodata);
|
sound/songs/midi/mus_rg_p_tower.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -456,6 +456,9 @@ $(MID_SUBDIR)/mus_rg_otsukimi.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_rg_p_tower.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_rg_p_tower.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G165 -V090
|
$(MID) $< $@ -E -R$(STD_REVERB) -G165 -V090
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_rg_pokecen.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -E -R$(STD_REVERB) -G162 -V096
|
||||||
|
|
||||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||||
|
|
||||||
|
@ -519,7 +519,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_rg_masara, 0, 0 @ Pallet Town Theme (FRLG)
|
song mus_rg_masara, 0, 0 @ Pallet Town Theme (FRLG)
|
||||||
song mus_rg_kenkyu, 0, 0 @ Professor Oak's Laboratory (FRLG)
|
song mus_rg_kenkyu, 0, 0 @ Professor Oak's Laboratory (FRLG)
|
||||||
song mus_rg_ohkido, 0, 0 @ Professor Oak (FRLG)
|
song mus_rg_ohkido, 0, 0 @ Professor Oak (FRLG)
|
||||||
song mus_rg_pokecen, 0, 0 @ Pokémon Center
|
song mus_rg_pokecen, 0, 0 @ Pokémon Center (FRLG)
|
||||||
song mus_rg_santoan, 0, 0 @ S.S. Anne
|
song mus_rg_santoan, 0, 0 @ S.S. Anne
|
||||||
song mus_rg_naminori, 0, 0 @ The Sea (FRLG)
|
song mus_rg_naminori, 0, 0 @ The Sea (FRLG)
|
||||||
song mus_rg_p_tower, 0, 0 @ Pokémon Tower (FRLG)
|
song mus_rg_p_tower, 0, 0 @ Pokémon Tower (FRLG)
|
||||||
|
BIN
sound/songs/midi/mus_rg_pokecen.mid
Normal file
BIN
sound/songs/midi/mus_rg_pokecen.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