mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_finecity.mid
This commit is contained in:
parent
b2100c1d3b
commit
157cad7ba7
@ -916,7 +916,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_ajito.o(.rodata);
|
||||
sound/songs/mus_m_boat.o(.rodata);
|
||||
sound/songs/mus_m_dungon.o(.rodata);
|
||||
sound/songs/mus_finecity.o(.rodata);
|
||||
sound/songs/midi/mus_finecity.o(.rodata);
|
||||
sound/songs/mus_machupi.o(.rodata);
|
||||
sound/songs/mus_p_school.o(.rodata);
|
||||
sound/songs/midi/mus_dendou.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -159,6 +159,9 @@ $(MID_SUBDIR)/mus_fanfa5.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_field13.s: %.s: %.mid
|
||||
$(MID) $< $@ -G000 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_finecity.s: %.s: %.mid
|
||||
$(MID) $< $@ -G079 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
BIN
sound/songs/midi/mus_finecity.mid
Normal file
BIN
sound/songs/midi/mus_finecity.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