Skip to content

Commit 4550413

Browse files
committed
start making the music export script work
1 parent cf14d63 commit 4550413

31 files changed

+1481
-5
lines changed

generate_music.sh

Whitespace-only changes.

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $(OUTDIR):
104104
$(TMPDIR):
105105
$(call mkdir,$(TMPDIR))
106106

107-
$(TMPDIR)/music.o: src/famistudio/music_0_bank*.dmc src/famistudio/*.s src/famistudio/NoteTables/*.*
107+
$(TMPDIR)/music.o: src/famistudio/EXPORTS/music_0_bank*.dmc src/famistudio/*.s src/famistudio/EXPORTS/*.s src/famistudio/NoteTables/*.*
108108
# remove duplicate dpcm files
109109
$(call del,src/famistudio/music_[!0]_bank*.dmc)
110110
# compile all of the music assets into one giant object file

sauce/music/a.fms

-7.59 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)