summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-07-18 19:29:06 +0100
committerred031000 <rubenru09@aol.com>2020-07-18 19:29:06 +0100
commit8e915f8e654af9d9ea5dc94fde7012c6944ae825 (patch)
tree6b97d01e208331535e5a5092b495a938126e961b /Makefile
parent68ed9752b3c1bd75f7200bb971dfc4c2b268d27a (diff)
trainer back sprite proof of concept + fix NCLR from png
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 07235c57..f0fc0cb1 100644
--- a/Makefile
+++ b/Makefile
@@ -260,6 +260,9 @@ $(VERSION101_SOPC_8BPP_NCGR_FILES): %.NCGR: %.png
$(VERSION101_SOPC_NCGR_FILES): %.NCGR: %.png
$(GFX) $< $@ -version101 -sopc
+$(SCANNED_NCGR_FILES): %.NCGR: %.png
+ $(GFX) $< $@ -scanned
+
%.NCLR: %.png
$(GFX) $< $@
@@ -272,6 +275,9 @@ $(IR_NCLR_FILES): %.NCLR: %.pal
$(4BPP_NCLR_FILES): %.NCLR: %.pal
$(GFX) $< $@ -bitdepth 4
+$(8BPP_COMP10_NOPAD_NCLR_FILES): %.NCLR: %.png
+ $(GFX) $< $@ -bitdepth 8 -nopad -comp 10
+
%.png: ;
%.pal: ;