mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
stuff
This commit is contained in:
Vendored
+1
@@ -14,5 +14,6 @@
|
||||
"tools/gfxsotn/**": false,
|
||||
},
|
||||
"files.associations": {
|
||||
"functions.h": "c"
|
||||
},
|
||||
}
|
||||
@@ -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
Reference in New Issue
Block a user