mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
Match mus_demo1.mid
This commit is contained in:
parent
304baaf49e
commit
d5047d6545
@ -897,7 +897,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_deepdeep.o(.rodata);
|
||||
sound/songs/mus_kachi1.o(.rodata);
|
||||
sound/songs/mus_title3.o(.rodata);
|
||||
sound/songs/mus_demo1.o(.rodata);
|
||||
sound/songs/midi/mus_demo1.o(.rodata);
|
||||
sound/songs/mus_girl_sup.o(.rodata);
|
||||
sound/songs/mus_hageshii.o(.rodata);
|
||||
sound/songs/mus_kakkoii.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -114,6 +114,9 @@ $(MID_SUBDIR)/mus_dan03.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_deepdeep.s: %.s: %.mid
|
||||
$(MID) $< $@ -G057 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_demo1.s: %.s: %.mid
|
||||
$(MID) $< $@ -G060 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -418,7 +418,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_deepdeep, 0, 0 @ Dive
|
||||
song mus_kachi1, 0, 0 @ Victory! Trainer
|
||||
song mus_title3, 0, 0 @ Title Screen
|
||||
song mus_demo1, 0, 0 @ Opening Movie
|
||||
song mus_demo1, 0, 0 @ Opening Movie: Setting out on a Journey in the Hoenn Region
|
||||
song mus_girl_sup, 0, 0 @ Encounter! May
|
||||
song mus_hageshii, 0, 0 @ Encounter! Biker
|
||||
song mus_kakkoii, 0, 0 @ Encounter! Electric Trainer
|
||||
|
BIN
sound/songs/midi/mus_demo1.mid
Normal file
BIN
sound/songs/midi/mus_demo1.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