diff options
author | red031000 <rubenru09@aol.com> | 2020-07-18 19:29:06 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-07-18 19:29:06 +0100 |
commit | 8e915f8e654af9d9ea5dc94fde7012c6944ae825 (patch) | |
tree | 6b97d01e208331535e5a5092b495a938126e961b /Makefile | |
parent | 68ed9752b3c1bd75f7200bb971dfc4c2b268d27a (diff) |
trainer back sprite proof of concept + fix NCLR from png
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: ; |