From 5013b64f556fa8b185b09f23cf7f71908c4cd48b Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Thu, 2 Apr 2020 21:26:38 +0200 Subject: [PATCH] Update disassemblies to latest 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 23d64337..b9d7eace 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 c87f8512a4d736a847dbc69e09c781a29eeaa638 +git checkout a325db0f14ca3c48bd9057627f7306b207544700 make clean make -j4 compare popd @@ -36,7 +36,7 @@ if [ ! -d pokered ]; then fi pushd pokered git fetch -git checkout 6348ed24fedcae15cd4629bdcddea542d6c44712 +git checkout 5048f24816e95fc38a708b967648deb86c62a689 make clean make -j4 compare popd