ref: 140c6b169e1b70443ddb1fe3b8ecf235e7fd0dcd
parent: d86d24bdc14fb2fc5c1ca9729495e1a26c2d6d08
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Fri Sep 30 13:26:54 EDT 2022
Patch pokecrystal to use embedded palettes
--- a/test/patches/pokecrystal.patch
+++ b/test/patches/pokecrystal.patch
@@ -1,5 +1,5 @@
diff --git a/Makefile b/Makefile
-index 387c2cca1..856968189 100644
+index bf54eb4ce..d75f86aae 100644
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ tools:
@@ -11,6 +11,20 @@
# Create a sym/map for debug purposes if `make` run with `DEBUG=1`
ifeq ($(DEBUG),1)
RGBASMFLAGS += -E
+@@ -208,9 +208,11 @@ gfx/pokemon/girafarig/front.animated.tilemap: gfx/pokemon/girafarig/front.2bpp g
+
+ ### Misc file-specific graphics rules
+
+-gfx/pokemon/%/back.2bpp: rgbgfx += -h
++gfx/pokemon/%/back.2bpp: rgbgfx += -h -c embedded
++gfx/pokemon/%/front.2bpp: rgbgfx += -c embedded
++gfx/pokemon/unown_%/front.2bpp: rgbgfx =
+
+-gfx/trainers/%.2bpp: rgbgfx += -h
++gfx/trainers/%.2bpp: rgbgfx += -h -c embedded
+
+ gfx/pokemon/egg/unused_front.2bpp: rgbgfx += -h
+
diff --git a/macros/data.asm b/macros/data.asm
index c2686c9f4..4dac70f3a 100644
--- a/macros/data.asm
--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -39,6 +39,6 @@
popd
}
-test_downstream pret/pokecrystal 2022-09-26 a9869f18962353b056559dc14dfc00fef0df5978 compare
-test_downstream pret/pokered 2022-09-25 22859c4bb70dba17994c9b47b07f657ea082875d compare
+test_downstream pret/pokecrystal 2022-09-29 70a3ec1accb6de1c1c273470af0ddfa2edc1b0a9 compare
+test_downstream pret/pokered 2022-09-29 2b52ceb718b55dce038db24d177715ae4281d065 compare
test_downstream AntonioND/ucity 2022-04-20 d8878233da7a6569f09f87b144cb5bf140146a0f ''