mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 19:54:21 +01:00
Match mus_naminori.mid
This commit is contained in:
parent
619656fd1e
commit
4fc0cb095c
@ -848,7 +848,7 @@ SECTIONS {
|
|||||||
sound/songs/mus_machi_s2.o(.rodata);
|
sound/songs/mus_machi_s2.o(.rodata);
|
||||||
sound/songs/mus_machi_s4.o(.rodata);
|
sound/songs/mus_machi_s4.o(.rodata);
|
||||||
sound/songs/mus_gim.o(.rodata);
|
sound/songs/mus_gim.o(.rodata);
|
||||||
sound/songs/mus_naminori.o(.rodata);
|
sound/songs/midi/mus_naminori.o(.rodata);
|
||||||
sound/songs/mus_dan01.o(.rodata);
|
sound/songs/mus_dan01.o(.rodata);
|
||||||
sound/songs/mus_fanfa1.o(.rodata);
|
sound/songs/mus_fanfa1.o(.rodata);
|
||||||
sound/songs/mus_me_asa.o(.rodata);
|
sound/songs/mus_me_asa.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -5,3 +5,6 @@ $(MID_BUILDDIR)/%.o: $(MID_SUBDIR)/%.s
|
|||||||
|
|
||||||
$(MID_SUBDIR)/mus_ajito.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_ajito.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G076 -R$(STD_REVERB)
|
$(MID) $< $@ -G076 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||||
|
BIN
sound/songs/midi/mus_naminori.mid
Normal file
BIN
sound/songs/midi/mus_naminori.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