From 27c77ddeba131274c9f0babf7d6130c67f6343d2 Mon Sep 17 00:00:00 2001 From: Lywx Date: Thu, 16 May 2024 08:08:02 -0600 Subject: [PATCH] Bump torch and added mod step (#251) * Bump torch and added mod step * Bump torch * Fixed torch crash --- Makefile | 5 ++++- tools/Torch | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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