diff --git a/Makefile b/Makefile index e1e65dfa..e0d95896 100644 --- a/Makefile +++ b/Makefile @@ -295,7 +295,7 @@ $(shell mkdir -p asm bin linker_scripts/$(VERSION)/$(REV)/auto) SRC_DIRS := $(shell find src -type d) # Temporary, until we decide how we're gonna handle other versions -ifeq ($(VERSION), jp) +ifeq ($(VERSION), jp) SRC_DIRS := $(shell find srcjp -type d) endif ASM_DIRS := $(shell find asm/$(VERSION)/$(REV) -type d -not -path "asm/$(VERSION)/$(REV)/nonmatchings/*") @@ -463,6 +463,9 @@ assets: @$(TORCH) header $(BASEROM_UNCOMPRESSED) @$(TORCH) modding export $(BASEROM_UNCOMPRESSED) +mod: + @$(TORCH) modding import code $(BASEROM_UNCOMPRESSED) + clean: rm -f torch.hash.yml @git clean -fdx asm/$(VERSION)/$(REV) diff --git a/tools/Torch b/tools/Torch index 311638a3..572ea9d0 160000 --- a/tools/Torch +++ b/tools/Torch @@ -1 +1 @@ -Subproject commit 311638a3bff9ea8af6799dc20ae4abf8c8a52ad1 +Subproject commit 572ea9d09643c7584e40a5b952e7fad8590661f3