mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_rg_nana123.mid
This commit is contained in:
parent
173eb91fc4
commit
0922e3b205
@ -1030,7 +1030,7 @@ SECTIONS {
|
||||
sound/songs/mus_rg_oshie_tv.o(.rodata);
|
||||
sound/songs/mus_rg_nanashima.o(.rodata);
|
||||
sound/songs/mus_rg_nanaiseki.o(.rodata);
|
||||
sound/songs/mus_rg_nana123.o(.rodata);
|
||||
sound/songs/midi/mus_rg_nana123.o(.rodata);
|
||||
sound/songs/midi/mus_rg_nana45.o(.rodata);
|
||||
sound/songs/midi/mus_rg_nana67.o(.rodata);
|
||||
sound/songs/mus_rg_pokefue.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -420,6 +420,9 @@ $(MID_SUBDIR)/mus_rg_nana45.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_nana67.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G189 -V084
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_nana123.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G173 -V084
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -551,7 +551,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_rg_oshie_tv, 0, 0 @ Follow Me!
|
||||
song mus_rg_nanashima, 0, 0 @ Sevii Islands Routes (Lake of Rage)
|
||||
song mus_rg_nanaiseki, 0, 0 @ Sevii Forests (Viridian Forest)
|
||||
song mus_rg_nana123, 0, 0 @ Sevii Islands 1-3 (Viridian/Saffron/Pewter)
|
||||
song mus_rg_nana123, 0, 0 @ Sevii Islands: One, Two & Three Islands (FRLG)
|
||||
song mus_rg_nana45, 0, 0 @ Sevii Islands: Four & Five Islands (FRLG)
|
||||
song mus_rg_nana67, 0, 0 @ Sevii Islands: Six & Seven Islands (FRLG)
|
||||
song mus_rg_pokefue, 2, 2 @ Poké Flute
|
||||
|
BIN
sound/songs/midi/mus_rg_nana123.mid
Normal file
BIN
sound/songs/midi/mus_rg_nana123.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