mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_boyeye.mid
This commit is contained in:
parent
e3b385624e
commit
179541bc2a
@ -863,7 +863,7 @@ SECTIONS {
|
||||
sound/songs/mus_shinka.o(.rodata);
|
||||
sound/songs/mus_me_wasure.o(.rodata);
|
||||
sound/songs/mus_syoujoeye.o(.rodata);
|
||||
sound/songs/mus_boyeye.o(.rodata);
|
||||
sound/songs/midi/mus_boyeye.o(.rodata);
|
||||
sound/songs/mus_dan02.o(.rodata);
|
||||
sound/songs/mus_machi_s3.o(.rodata);
|
||||
sound/songs/mus_odamaki.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -78,6 +78,9 @@ $(MID_SUBDIR)/mus_bijyutu.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_boy_sup.s: %.s: %.mid
|
||||
$(MID) $< $@ -G067 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_boyeye.s: %.s: %.mid
|
||||
$(MID) $< $@ -G028 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -384,7 +384,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_shinka, 0, 0 @ Evolution
|
||||
song mus_me_wasure, 2, 2 @ Move Deleted/Messed Up Appeal
|
||||
song mus_syoujoeye, 0, 0 @ Encounter! Tuber
|
||||
song mus_boyeye, 0, 0 @ Encounter! Boy
|
||||
song mus_boyeye, 0, 0 @ Trainers' Eyes Meet (Youngster)
|
||||
song mus_dan02, 0, 0 @ Abandoned Ship/Southern Island
|
||||
song mus_machi_s3, 0, 0 @ Fortree City/Pacifidlog Town
|
||||
song mus_odamaki, 0, 0 @ Professor Birch's Lab
|
||||
|
BIN
sound/songs/midi/mus_boyeye.mid
Normal file
BIN
sound/songs/midi/mus_boyeye.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