mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_rg_network.mid
This commit is contained in:
parent
66aac81ebe
commit
ec55b1014e
@ -1023,7 +1023,7 @@ SECTIONS {
|
||||
sound/songs/mus_rg_seibetu.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/midi/mus_rg_network.o(.rodata);
|
||||
sound/songs/mus_rg_okurimono.o(.rodata);
|
||||
sound/songs/midi/mus_rg_kinomikui.o(.rodata);
|
||||
sound/songs/midi/mus_rg_nanadungeon.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -432,6 +432,9 @@ $(MID_SUBDIR)/mus_rg_nanaiseki.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_nanashima.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G187 -V080
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_network.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G162 -V096
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -544,7 +544,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_rg_seibetu, 0, 0 @ Starting Tutorial 3
|
||||
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_network, 0, 0 @ Pokémon Net Center (FRLG)
|
||||
song mus_rg_okurimono, 0, 0 @ Mystery Gift
|
||||
song mus_rg_kinomikui, 0, 0 @ Dodrio Berry Picking (FRLG)
|
||||
song mus_rg_nanadungeon, 0, 0 @ Mount Ember (FRLG)
|
||||
|
BIN
sound/songs/midi/mus_rg_network.mid
Normal file
BIN
sound/songs/midi/mus_rg_network.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