Split msgdis from extract_assets (#1723)

* split msgdis from extract_assets

* move import
This commit is contained in:
Dragorn421
2024-02-06 02:40:31 +01:00
committed by GitHub
parent c240184229
commit 9da4e17c8f
3 changed files with 23 additions and 16 deletions
+1
View File
@@ -370,6 +370,7 @@ setup: venv
# TODO: for now, we only extract assets from the Debug ROM
ifeq ($(VERSION),gc-eu-mq-dbg)
$(PYTHON) extract_assets.py -j$(N_THREADS)
$(PYTHON) tools/msgdis.py --text-out assets/text/message_data.h --staff-text-out assets/text/message_data_staff.h
endif
disasm: $(DISASM_O_FILES)