From 1e4ace8974d75367138de5e0c10769e0ee791dad Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sun, 31 Oct 2021 20:50:10 +0100 Subject: [PATCH] Update tested subproject commits --- test/run-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/run-tests.sh b/test/run-tests.sh index 5f246b31..56e2b510 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -28,7 +28,7 @@ if [ ! -d pokecrystal ]; then fi pushd pokecrystal git fetch -git checkout 316fa4b69558a1930a1a1ae44a40221a1ddd4f26 +git checkout b8fc67848e1d5911204fa42bbd9b954fdec6228a make clean make -j4 compare RGBDS=../../ popd @@ -38,7 +38,7 @@ if [ ! -d pokered ]; then fi pushd pokered git fetch -git checkout bcc4380d40767983a0b253d486bb3c82f0f1fd07 +git checkout 0af787ea6d42d6f9c16f952b46519ab94f356abb make clean make -j4 compare RGBDS=../../ popd