From e20d92a8d67f32864eb90439b591f8dfb0b992e4 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 1 Aug 2020 21:45:32 -0400 Subject: Implement msgenc and decode script messages --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7a9b1e06..ec226d5b 100644 --- a/Makefile +++ b/Makefile @@ -87,6 +87,7 @@ MWCCARM = tools/mwccarm/$(MWCCVERSION)/mwccarm.exe # TODO: Is there a hack workaround to let us go back to GNU LD? Ideally, the # only dependency should be MWCCARM. KNARC = tools/knarc/knarc$(EXE) +MSGENC = tools/msgenc/msgenc$(EXE) MWLDARM = tools/mwccarm/$(MWCCVERSION)/mwldarm.exe MWASMARM = tools/mwccarm/$(MWCCVERSION)/mwasmarm.exe SCANINC = tools/scaninc/scaninc$(EXE) @@ -159,6 +160,7 @@ clean-fs: $(RM) $(filter %.narc %.arc,$(HOSTFS_FILES)) $(RM) $(NCGR_CLEAN_LIST) $(NCLR_CLEAN_LIST) find . \( -iname '*.1bpp' -o -iname '*.4bpp' -o -iname '*.8bpp' -o -iname '*.gbapal' -o -iname '*.lz' \) -exec $(RM) {} + + $(RM) files/msgdata/msg/narc_*.bin mostlyclean: tidy $(MAKE) -C arm9 mostlyclean -- cgit v1.2.3