test: Update commit of uCity used for testing

This one updates the code to fix all warnings introduced in the last few
months because of updates to RGBDS.
This commit is contained in:
Antonio Niño Díaz
2020-09-27 22:47:56 +01:00
parent 8e4a9a5c21
commit dfcba36448

View File

@@ -46,7 +46,7 @@ if [ ! -d ucity ]; then
fi
pushd ucity
git fetch
git checkout b0635f12553c2fae947fd91aa54d4caa602d8266
git checkout 780b951b6959b0a98e915ecb9f5fc82544d56d01
make clean
make -j4
popd