ref: 638d02404074f27af64f2cbf196fbac51cf81099
parent: 3fa1854332735f4817bd43eee748b44cdc811c06
author: ISSOtm <eldredhabert0@gmail.com>
date: Fri Mar 4 20:11:30 EST 2022
Update subprojects and patch pokecrystal
--- /dev/null
+++ b/test/pokecrystal.patch
@@ -1,0 +1,16 @@
+diff --git a/Makefile b/Makefile
+index ca08f23f..abd2e95c 100644
+--- a/Makefile
++++ b/Makefile
+@@ -170,9 +170,9 @@ 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/trainers/%.2bpp: rgbgfx += -h
++gfx/trainers/%.2bpp: rgbgfx += -h -c embedded
+
+ gfx/pokemon/egg/unused_front.2bpp: rgbgfx += -h
+
--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -30,7 +30,8 @@
fi
pushd pokecrystal
git fetch
-git checkout a3e31d6463e6313aed12ebc733b3f772f2fc78d7
+git checkout a3e31d6463e6313aed12ebc733b3f772f2fc78d7 -f
+git apply ../pokecrystal.patch
make clean
make -j4 compare RGBDS=../../
popd