shithub: pokecrystal

Download patch

ref: ce99c9e93c7a5e898eacbeaf998b769dbb7d1208
parent: cb8505e022f7030d4a144b43bf1e6557a0cb49fa
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Tue Dec 27 13:34:46 EST 2022

Use `rgbgfx -c embedded` to extract palettes

Fixes #1026

--- a/Makefile
+++ b/Makefile
@@ -315,7 +315,7 @@
 		tools/gfx $(tools/gfx) -d1 -o $@ $@)
 
 %.gbcpal: %.png
-	$(RGBGFX) -p $@ $<
+	$(RGBGFX) -c embedded -p $@ $<
 
 %.dimensions: %.png
 	tools/png_dimensions $< $@