changeset 141:d125a294f9d8

added save states, since many functions now depend on them.
author Robert McIntyre <rlm@mit.edu>
date Mon, 19 Mar 2012 19:45:32 -0500
parents aa5b5927e5fe
children b12d2408fd9b
files clojure/com/aurellem/gb_driver.clj save-states/corrupt-items.sav save-states/five-potions.sav save-states/four-potions.sav save-states/inventory-begin.sav save-states/mid-game.sav save-states/one-potion.sav save-states/root.sav save-states/save-1.sav save-states/save-2.sav save-states/save-3.sav save-states/start.sav save-states/talk-to-rival.sav save-states/three-potions.sav save-states/two-potions.sav save-states/zero-potions.sav
diffstat 16 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/gb_driver.clj	Mon Mar 19 05:20:34 2012 -0500
     1.2 +++ b/clojure/com/aurellem/gb_driver.clj	Mon Mar 19 19:45:32 2012 -0500
     1.3 @@ -10,7 +10,7 @@
     1.4  (def user-home (File. (System/getProperty "user.home")))
     1.5  
     1.6  (def ^:dynamic *save-state-cache*
     1.7 -  (File. user-home "proj/pokemon-escape/save-states/"))
     1.8 +  (File. user-home "proj/vba-clojure/save-states/"))
     1.9  
    1.10  (def current-state (atom nil))
    1.11  
     2.1 Binary file save-states/corrupt-items.sav has changed
     3.1 Binary file save-states/five-potions.sav has changed
     4.1 Binary file save-states/four-potions.sav has changed
     5.1 Binary file save-states/inventory-begin.sav has changed
     6.1 Binary file save-states/mid-game.sav has changed
     7.1 Binary file save-states/one-potion.sav has changed
     8.1 Binary file save-states/root.sav has changed
     9.1 Binary file save-states/save-1.sav has changed
    10.1 Binary file save-states/save-2.sav has changed
    11.1 Binary file save-states/save-3.sav has changed
    12.1 Binary file save-states/start.sav has changed
    13.1 Binary file save-states/talk-to-rival.sav has changed
    14.1 Binary file save-states/three-potions.sav has changed
    15.1 Binary file save-states/two-potions.sav has changed
    16.1 Binary file save-states/zero-potions.sav has changed