From ce99c9e93c7a5e898eacbeaf998b769dbb7d1208 Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 27 Dec 2022 18:34:46 -0500 Subject: [PATCH] Use `rgbgfx -c embedded` to extract palettes Fixes #1026 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a6a312d69..4f77da32a 100644 --- a/Makefile +++ b/Makefile @@ -315,7 +315,7 @@ gfx/mobile/stadium2_n64.2bpp: tools/gfx += --trim-whitespace tools/gfx $(tools/gfx) -d1 -o $@ $@) %.gbcpal: %.png - $(RGBGFX) -p $@ $< + $(RGBGFX) -c embedded -p $@ $< %.dimensions: %.png tools/png_dimensions $< $@