mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_rg_nana45.mid
This commit is contained in:
parent
75d33aff3f
commit
40fc3d6af0
@ -1031,7 +1031,7 @@ SECTIONS {
|
|||||||
sound/songs/mus_rg_nanashima.o(.rodata);
|
sound/songs/mus_rg_nanashima.o(.rodata);
|
||||||
sound/songs/mus_rg_nanaiseki.o(.rodata);
|
sound/songs/mus_rg_nanaiseki.o(.rodata);
|
||||||
sound/songs/mus_rg_nana123.o(.rodata);
|
sound/songs/mus_rg_nana123.o(.rodata);
|
||||||
sound/songs/mus_rg_nana45.o(.rodata);
|
sound/songs/midi/mus_rg_nana45.o(.rodata);
|
||||||
sound/songs/mus_rg_nana67.o(.rodata);
|
sound/songs/mus_rg_nana67.o(.rodata);
|
||||||
sound/songs/mus_rg_pokefue.o(.rodata);
|
sound/songs/mus_rg_pokefue.o(.rodata);
|
||||||
sound/songs/mus_rg_vs_deo.o(.rodata);
|
sound/songs/mus_rg_vs_deo.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -414,6 +414,9 @@ $(MID_SUBDIR)/mus_rg_masara.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_rg_naminori.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_rg_naminori.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G164 -V071
|
$(MID) $< $@ -E -R$(STD_REVERB) -G164 -V071
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_rg_nana45.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -E -R$(STD_REVERB) -G188 -V084
|
||||||
|
|
||||||
$(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
|
||||||
|
|
||||||
|
@ -552,7 +552,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_rg_nanashima, 0, 0 @ Sevii Islands Routes (Lake of Rage)
|
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_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 1-3 (Viridian/Saffron/Pewter)
|
||||||
song mus_rg_nana45, 0, 0 @ Sevii Islands 4-5 (Azalea Town)
|
song mus_rg_nana45, 0, 0 @ Sevii Islands: Four & Five Islands (FRLG)
|
||||||
song mus_rg_nana67, 0, 0 @ Sevii Islands 6-7 (Violet City)
|
song mus_rg_nana67, 0, 0 @ Sevii Islands 6-7 (Violet City)
|
||||||
song mus_rg_pokefue, 2, 2 @ Poké Flute
|
song mus_rg_pokefue, 2, 2 @ Poké Flute
|
||||||
song mus_rg_vs_deo, 0, 0 @ Battle! Deoxys
|
song mus_rg_vs_deo, 0, 0 @ Battle! Deoxys
|
||||||
|
BIN
sound/songs/midi/mus_rg_nana45.mid
Normal file
BIN
sound/songs/midi/mus_rg_nana45.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