From 8e915f8e654af9d9ea5dc94fde7012c6944ae825 Mon Sep 17 00:00:00 2001 From: red031000 Date: Sat, 18 Jul 2020 19:29:06 +0100 Subject: trainer back sprite proof of concept + fix NCLR from png --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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: ; -- cgit v1.2.3