mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_rg_nanashima.mid
This commit is contained in:
parent
619fe0481a
commit
66aac81ebe
@ -1028,7 +1028,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_rg_kinomikui.o(.rodata);
|
||||
sound/songs/midi/mus_rg_nanadungeon.o(.rodata);
|
||||
sound/songs/mus_rg_oshie_tv.o(.rodata);
|
||||
sound/songs/mus_rg_nanashima.o(.rodata);
|
||||
sound/songs/midi/mus_rg_nanashima.o(.rodata);
|
||||
sound/songs/midi/mus_rg_nanaiseki.o(.rodata);
|
||||
sound/songs/midi/mus_rg_nana123.o(.rodata);
|
||||
sound/songs/midi/mus_rg_nana45.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -429,6 +429,9 @@ $(MID_SUBDIR)/mus_rg_nanadungeon.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_nanaiseki.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G146 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_nanashima.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G187 -V080
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -549,7 +549,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_rg_kinomikui, 0, 0 @ Dodrio Berry Picking (FRLG)
|
||||
song mus_rg_nanadungeon, 0, 0 @ Mount Ember (FRLG)
|
||||
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 (FRLG)
|
||||
song mus_rg_nanaiseki, 0, 0 @ Tanoby Chambers (FRLG)
|
||||
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)
|
||||
|
BIN
sound/songs/midi/mus_rg_nanashima.mid
Normal file
BIN
sound/songs/midi/mus_rg_nanashima.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