Update subprojects and patch pokecrystal

This commit is contained in:
ISSOtm
2022-03-05 01:11:30 +01:00
committed by Eldred Habert
parent 3fa1854332
commit 638d024040
2 changed files with 18 additions and 1 deletions

View File

@@ -30,7 +30,8 @@ if [ ! -d pokecrystal ]; then
fi
pushd pokecrystal
git fetch
git checkout a3e31d6463e6313aed12ebc733b3f772f2fc78d7
git checkout a3e31d6463e6313aed12ebc733b3f772f2fc78d7 -f
git apply ../pokecrystal.patch
make clean
make -j4 compare RGBDS=../../
popd