[leafgreen/elyse] add elyse's savefile

This commit is contained in:
c0repwn3r 2022-07-30 20:35:00 -04:00
parent 11a25da290
commit 6703ced65c
2 changed files with 11 additions and 0 deletions

11
leafgreen_elyse/launch.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
echo "[*] Pulling down latest savefile..."
git pull
echo "[*] Launching game!"
mgba leafgreen.gba
echo "[*] Creating commit..."
git add *
git commit -am "[auto] [leafgreen/elyse] Automatic save-file update"
echo "[*] Saving..."
git push
echo "[*] Saved!"

Binary file not shown.