From 1a549990dae7748e4ca93fb72e9980bcce899cfa Mon Sep 17 00:00:00 2001 From: yenatch Date: Sun, 28 May 2017 15:53:06 -0400 Subject: [PATCH] Accidentally deleted the pokemon palette rule --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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