mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Update test repos to latest commits
They work, and after an upcoming change the current ones are not going to anymore!
This commit is contained in:
@@ -26,7 +26,7 @@ if [ ! -d pokecrystal ]; then
|
||||
fi
|
||||
pushd pokecrystal
|
||||
git fetch
|
||||
git checkout 06e169d
|
||||
git checkout fa7261a8eea2676746c130a517479e2a82a7d352
|
||||
make clean
|
||||
make -j
|
||||
make compare
|
||||
@@ -37,7 +37,7 @@ if [ ! -d pokered ]; then
|
||||
fi
|
||||
pushd pokered
|
||||
git fetch
|
||||
git checkout 98f09b6
|
||||
git checkout ab696295b3d029663062238e8033882bb8cd9cff
|
||||
make clean
|
||||
make -j
|
||||
make compare
|
||||
@@ -48,7 +48,7 @@ if [ ! -d ucity ]; then
|
||||
fi
|
||||
pushd ucity
|
||||
git fetch
|
||||
git checkout 3315601
|
||||
git checkout b0635f12553c2fae947fd91aa54d4caa602d8266
|
||||
make clean
|
||||
make -j
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user