comparison clojure/com/aurellem/exp/moves.clj @ 155:2af503ea0268

confirmed move-id locations.
author Robert McIntyre <rlm@mit.edu>
date Tue, 20 Mar 2012 02:46:57 -0500
parents 3a3bb2197b7f
children d92f7d68445a
comparison
equal deleted inserted replaced
154:3a3bb2197b7f 155:2af503ea0268
1 (ns com.aurellem.exp.moves 1 (ns com.aurellem.exp.moves
2 (:use (com.aurellem.gb gb-driver items util )) 2 (:use (com.aurellem.gb gb-driver items util))
3 (:import [com.aurellem.gb.gb_driver SaveState])) 3 (:import [com.aurellem.gb.gb_driver SaveState]))
4 4
5 (defn move-state [] 5 (defn move-state []
6 (read-state "view-pika-attacks")) 6 (read-state "view-pika-attacks"))
7 7