diff options
author | red031000 <rubenru09@aol.com> | 2020-07-19 17:47:57 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-07-19 17:47:57 +0100 |
commit | 52a9fc4ec63c3aa0e3c252b74968d06f144559d3 (patch) | |
tree | 068c7ec594b8b6e0f63569acd984ff2487a25fe2 /Makefile | |
parent | 5d20e10122470858b31d9520bdb8f77beac6a74b (diff) |
extract bulbasaur
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -275,7 +275,10 @@ $(IR_NCLR_FILES): %.NCLR: %.pal $(4BPP_NCLR_FILES): %.NCLR: %.pal $(GFX) $< $@ -bitdepth 4 -$(8BPP_COMP10_NOPAD_NCLR_FILES): %.NCLR: %.png +$(8BPP_COMP10_NOPAD_NCLR_PNG_FILES): %.NCLR: %.png + $(GFX) $< $@ -bitdepth 8 -nopad -comp 10 + +$(8BPP_COMP10_NOPAD_NCLR_PAL_FILES): %.NCLR: %.pal $(GFX) $< $@ -bitdepth 8 -nopad -comp 10 %.png: ; |