diff options
author | yenatch <yenatch@gmail.com> | 2017-05-28 15:53:06 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-05-28 15:53:06 -0400 |
commit | 1a549990dae7748e4ca93fb72e9980bcce899cfa (patch) | |
tree | 27db09eb5c5aa500f5168ba2a255241b5cb04a93 | |
parent | f748d34aa389b9e80fc6cab81e6efb1867327f7b (diff) |
Accidentally deleted the pokemon palette rule
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |