mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_rg_nibi.mid
This commit is contained in:
parent
ec55b1014e
commit
63e5b5baf2
@ -1009,7 +1009,7 @@ SECTIONS {
|
||||
sound/songs/mus_rg_win_yasei.o(.rodata);
|
||||
sound/songs/mus_rg_win_gym.o(.rodata);
|
||||
sound/songs/midi/mus_rg_kuchiba.o(.rodata);
|
||||
sound/songs/mus_rg_nibi.o(.rodata);
|
||||
sound/songs/midi/mus_rg_nibi.o(.rodata);
|
||||
sound/songs/mus_rg_rival1.o(.rodata);
|
||||
sound/songs/mus_rg_rival2.o(.rodata);
|
||||
sound/songs/midi/mus_rg_fan2.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -435,6 +435,9 @@ $(MID_SUBDIR)/mus_rg_nanashima.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_network.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G162 -V096
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_nibi.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G173 -V084
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -530,7 +530,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_rg_win_yasei, 0, 0 @ Victory! Wild Pokémon
|
||||
song mus_rg_win_gym, 0, 0 @ Victory! Gym Leader
|
||||
song mus_rg_kuchiba, 0, 0 @ Vermillion City Theme (FRLG)
|
||||
song mus_rg_nibi, 0, 0 @ Viridian/Saffron/Pewter City
|
||||
song mus_rg_nibi, 0, 0 @ Pewter City Theme (FRLG)
|
||||
song mus_rg_rival1, 0, 0 @ Encounter! Rival
|
||||
song mus_rg_rival2, 0, 0 @ Rival's Exit
|
||||
song mus_rg_fan2, 2, 2 @ Fanfare: Professor Oak's Evaluation (FRLG)
|
||||
|
BIN
sound/songs/midi/mus_rg_nibi.mid
Normal file
BIN
sound/songs/midi/mus_rg_nibi.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