From fcd37b52b69fc652427cc8216a9a20c04143cc87 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Wed, 22 Jul 2020 00:29:38 +0200 Subject: [PATCH] Update pret projects to latest commits Behind pokecrystal by 123, behind pokered by 172 --- 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 b9d7eace..797e2ed1 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -26,7 +26,7 @@ if [ ! -d pokecrystal ]; then fi pushd pokecrystal git fetch -git checkout a325db0f14ca3c48bd9057627f7306b207544700 +git checkout d96f914315c6ab82d30facbc4a5be1710f3c4a33 make clean make -j4 compare popd @@ -36,7 +36,7 @@ if [ ! -d pokered ]; then fi pushd pokered git fetch -git checkout 5048f24816e95fc38a708b967648deb86c62a689 +git checkout 3e554e1d5206f0ede60f7e99e68637b7f13bc683 make clean make -j4 compare popd