mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Match mus_nanadungeon.mid
This commit is contained in:
parent
0922e3b205
commit
7fa1062faa
@ -1026,7 +1026,7 @@ SECTIONS {
|
|||||||
sound/songs/mus_rg_network.o(.rodata);
|
sound/songs/mus_rg_network.o(.rodata);
|
||||||
sound/songs/mus_rg_okurimono.o(.rodata);
|
sound/songs/mus_rg_okurimono.o(.rodata);
|
||||||
sound/songs/midi/mus_rg_kinomikui.o(.rodata);
|
sound/songs/midi/mus_rg_kinomikui.o(.rodata);
|
||||||
sound/songs/mus_rg_nanadungeon.o(.rodata);
|
sound/songs/midi/mus_rg_nanadungeon.o(.rodata);
|
||||||
sound/songs/mus_rg_oshie_tv.o(.rodata);
|
sound/songs/mus_rg_oshie_tv.o(.rodata);
|
||||||
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);
|
||||||
|
3
songs.mk
3
songs.mk
@ -423,6 +423,9 @@ $(MID_SUBDIR)/mus_rg_nana67.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_rg_nana123.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_rg_nana123.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G173 -V084
|
$(MID) $< $@ -E -R$(STD_REVERB) -G173 -V084
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_rg_nanadungeon.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -E -R$(STD_REVERB) -G147 -V090
|
||||||
|
|
||||||
$(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
|
||||||
|
|
||||||
|
@ -547,7 +547,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_rg_network, 0, 0 @ Network Center
|
song mus_rg_network, 0, 0 @ Network Center
|
||||||
song mus_rg_okurimono, 0, 0 @ Mystery Gift
|
song mus_rg_okurimono, 0, 0 @ Mystery Gift
|
||||||
song mus_rg_kinomikui, 0, 0 @ Dodrio Berry Picking (FRLG)
|
song mus_rg_kinomikui, 0, 0 @ Dodrio Berry Picking (FRLG)
|
||||||
song mus_rg_nanadungeon, 0, 0 @ Sevii Caves/Altering Cave (Mt. Moon)
|
song mus_rg_nanadungeon, 0, 0 @ Mount Ember (FRLG)
|
||||||
song mus_rg_oshie_tv, 0, 0 @ Follow Me!
|
song mus_rg_oshie_tv, 0, 0 @ Follow Me!
|
||||||
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)
|
||||||
|
BIN
sound/songs/midi/mus_rg_nanadungeon.mid
Normal file
BIN
sound/songs/midi/mus_rg_nanadungeon.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