mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 19:54:21 +01:00
Match mus_deepdeep.mid
This commit is contained in:
parent
13cc134a5c
commit
304baaf49e
@ -894,7 +894,7 @@ SECTIONS {
|
|||||||
sound/songs/mus_minamo.o(.rodata);
|
sound/songs/mus_minamo.o(.rodata);
|
||||||
sound/songs/midi/mus_ashroad.o(.rodata);
|
sound/songs/midi/mus_ashroad.o(.rodata);
|
||||||
sound/songs/mus_event0.o(.rodata);
|
sound/songs/mus_event0.o(.rodata);
|
||||||
sound/songs/mus_deepdeep.o(.rodata);
|
sound/songs/midi/mus_deepdeep.o(.rodata);
|
||||||
sound/songs/mus_kachi1.o(.rodata);
|
sound/songs/mus_kachi1.o(.rodata);
|
||||||
sound/songs/mus_title3.o(.rodata);
|
sound/songs/mus_title3.o(.rodata);
|
||||||
sound/songs/mus_demo1.o(.rodata);
|
sound/songs/mus_demo1.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -111,6 +111,9 @@ $(MID_SUBDIR)/mus_dan02.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_dan03.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_dan03.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G037 -R$(STD_REVERB)
|
$(MID) $< $@ -G037 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_deepdeep.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G057 -R$(STD_REVERB)
|
||||||
|
|
||||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
@ -415,7 +415,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_minamo, 0, 0 @ Lilycove City
|
song mus_minamo, 0, 0 @ Lilycove City
|
||||||
song mus_ashroad, 0, 0 @ Route 111
|
song mus_ashroad, 0, 0 @ Route 111
|
||||||
song mus_event0, 0, 0 @ Help me!
|
song mus_event0, 0, 0 @ Help me!
|
||||||
song mus_deepdeep, 0, 0 @ Underwater
|
song mus_deepdeep, 0, 0 @ Dive
|
||||||
song mus_kachi1, 0, 0 @ Victory! Trainer
|
song mus_kachi1, 0, 0 @ Victory! Trainer
|
||||||
song mus_title3, 0, 0 @ Title Screen
|
song mus_title3, 0, 0 @ Title Screen
|
||||||
song mus_demo1, 0, 0 @ Opening Movie
|
song mus_demo1, 0, 0 @ Opening Movie
|
||||||
|
BIN
sound/songs/midi/mus_deepdeep.mid
Normal file
BIN
sound/songs/midi/mus_deepdeep.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