mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_girleye.mid
This commit is contained in:
parent
a91981c796
commit
a2e816b33a
@ -890,7 +890,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_friendly.o(.rodata);
|
||||
sound/songs/mus_mishiro.o(.rodata);
|
||||
sound/songs/mus_tozan.o(.rodata);
|
||||
sound/songs/mus_girleye.o(.rodata);
|
||||
sound/songs/midi/mus_girleye.o(.rodata);
|
||||
sound/songs/mus_minamo.o(.rodata);
|
||||
sound/songs/midi/mus_ashroad.o(.rodata);
|
||||
sound/songs/midi/mus_event0.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -174,6 +174,9 @@ $(MID_SUBDIR)/mus_gim.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_girl_sup.s: %.s: %.mid
|
||||
$(MID) $< $@ -G061 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_girleye.s: %.s: %.mid
|
||||
$(MID) $< $@ -G053 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -411,7 +411,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_friendly, 0, 0 @ Poké Mart
|
||||
song mus_mishiro, 0, 0 @ Littleroot Town
|
||||
song mus_tozan, 0, 0 @ Sky Pillar
|
||||
song mus_girleye, 0, 0 @ Encounter! Girl
|
||||
song mus_girleye, 0, 0 @ Trainers' Eyes Meet (Lass)
|
||||
song mus_minamo, 0, 0 @ Lilycove City
|
||||
song mus_ashroad, 0, 0 @ Route 111
|
||||
song mus_event0, 0, 0 @ H-Help Me!
|
||||
|
BIN
sound/songs/midi/mus_girleye.mid
Normal file
BIN
sound/songs/midi/mus_girleye.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