shithub: pokecrystal

Download patch

ref: e2b900a40a3a8e6a1811de34b0ae6a90a5d461e4
parent: 4612670768476db26cd87ed69e43bd0ba0728a6f
author: yenatch <[email protected]>
date: Fri Dec 27 17:22:38 EST 2013

.gitignore: don't track compare.sh output

--- a/.gitignore
+++ b/.gitignore
@@ -34,12 +34,13 @@
 extras/*.json
 
 # for any of the poor souls with save game files in their working directory
-baserom.sgm
-baserom.sav
-baserom.rtc
-pokecrystal.sgm
-pokecrystal.sav
-pokecrystal.rtc
+*.sgm
+*.sav
+*.rtc
+
+# compare.sh
+baserom.txt
+pokecrystal.txt
 
 # for vim configuration
 # url: http://www.vim.org/scripts/script.php?script_id=441