This commit is contained in:
petrie911
2023-10-16 08:54:41 -05:00
parent ff4ff9d2db
commit f97d418f5b
34 changed files with 17 additions and 7 deletions
+1
View File
@@ -14,5 +14,6 @@
"tools/gfxsotn/**": false,
},
"files.associations": {
"functions.h": "c"
},
}
+3 -1
View File
@@ -98,6 +98,8 @@ SPLAT ?= $(TOOLS)/splat/split.py
SPLAT_YAML ?= $(TARGET).$(VERSION).yaml
COMPTOOL := $(TOOLS)/comptool.py
COMPTOOL_DIR := baserom
MIO0 := $(TOOLS)/mio0
IINC := -Iinclude -Ibin/$(VERSION) -I.
@@ -218,7 +220,7 @@ endif
decompress: $(BASEROM)
@echo "Decompressing ROM..."
@$(PYTHON) $(COMPTOOL) -d $(BASEROM) $(BASEROM_UNCOMPRESSED)
@$(PYTHON) $(COMPTOOL) -de $(COMPTOOL_DIR) -m $(MIO0) $(BASEROM) $(BASEROM_UNCOMPRESSED)
extract:
$(RM) -r asm/$(VERSION) bin/$(VERSION)

Some files were not shown because too many files have changed in this diff Show More