summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 507b8c960..b5159f73a 100644
--- a/Makefile
+++ b/Makefile
@@ -99,6 +99,8 @@ endef
%.pal: %.gbcpal
tools/palette $< > $@
+gfx/pics/%/normal.gbcpal: gfx/pics/%/front.png
+ rgbgfx -p $@ $<
gfx/pics/%/normal.pal: gfx/pics/%/normal.gbcpal
tools/palette -p $< > $@
gfx/pics/%/back.2bpp: gfx/pics/%/back.png