mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_syoujoeye.mid
This commit is contained in:
parent
dc4821267d
commit
90525e03ed
@ -862,7 +862,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_me_shinka.o(.rodata);
|
||||
sound/songs/midi/mus_shinka.o(.rodata);
|
||||
sound/songs/midi/mus_me_wasure.o(.rodata);
|
||||
sound/songs/mus_syoujoeye.o(.rodata);
|
||||
sound/songs/midi/mus_syoujoeye.o(.rodata);
|
||||
sound/songs/midi/mus_boyeye.o(.rodata);
|
||||
sound/songs/midi/mus_dan02.o(.rodata);
|
||||
sound/songs/midi/mus_machi_s3.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -351,6 +351,9 @@ $(MID_SUBDIR)/mus_suikun.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_swimeye.s: %.s: %.mid
|
||||
$(MID) $< $@ -G036 -R$(STD_REVERB) -V080
|
||||
|
||||
$(MID_SUBDIR)/mus_syoujoeye.s: %.s: %.mid
|
||||
$(MID) $< $@ -G027 -R$(STD_REVERB) -V080
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -383,7 +383,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_me_shinka, 2, 2 @ Evolution (Intro)
|
||||
song mus_shinka, 0, 0 @ Evolution
|
||||
song mus_me_wasure, 2, 2 @ Move Deleted
|
||||
song mus_syoujoeye, 0, 0 @ Encounter! Tuber
|
||||
song mus_syoujoeye, 0, 0 @ Trainers' Eyes Meet (Tuber♀)
|
||||
song mus_boyeye, 0, 0 @ Trainers' Eyes Meet (Youngster)
|
||||
song mus_dan02, 0, 0 @ Abandoned Ship
|
||||
song mus_machi_s3, 0, 0 @ Fortree City
|
||||
|
BIN
sound/songs/midi/mus_syoujoeye.mid
Normal file
BIN
sound/songs/midi/mus_syoujoeye.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