summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-05-28 15:53:06 -0400
committeryenatch <yenatch@gmail.com>2017-05-28 15:53:06 -0400
commit1a549990dae7748e4ca93fb72e9980bcce899cfa (patch)
tree27db09eb5c5aa500f5168ba2a255241b5cb04a93
parentf748d34aa389b9e80fc6cab81e6efb1867327f7b (diff)
Accidentally deleted the pokemon palette rule
-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