Compare commits

..

10 Commits

8 changed files with 23 additions and 1 deletions

View File

@ -5,7 +5,7 @@ echo "[*] Launching game!"
mgba leafgreen.gba
echo "[*] Creating commit..."
git add *
git commit -am "[auto] [leafgreen/mom] Automatic save-file update"
git commit -am "[auto] [leafgreen] Automatic save-file update"
echo "[*] Saving..."
git push
echo "[*] Saved!"

BIN
leafgreen/leafgreen.sav Normal file

Binary file not shown.

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.

Binary file not shown.

11
leafgreen_mom/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] Automatic save-file update"
echo "[*] Saving..."
git push
echo "[*] Saved!"

BIN
leafgreen_mom/leafgreen.gba Normal file

Binary file not shown.

BIN
leafgreen_mom/leafgreen.sav Normal file

Binary file not shown.