summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-07-19 17:47:57 +0100
committerred031000 <rubenru09@aol.com>2020-07-19 17:47:57 +0100
commit52a9fc4ec63c3aa0e3c252b74968d06f144559d3 (patch)
tree068c7ec594b8b6e0f63569acd984ff2487a25fe2 /Makefile
parent5d20e10122470858b31d9520bdb8f77beac6a74b (diff)
extract bulbasaur
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f0fc0cb1..7a9b1e06 100644
--- a/Makefile
+++ b/Makefile
@@ -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: ;