diff clojure/com/aurellem/gb/constants.clj @ 162:34b518fc7404

moved important move code out of exp and into gb.
author Robert McIntyre <rlm@mit.edu>
date Tue, 20 Mar 2012 17:18:22 -0500
parents
children 95b2758dd517
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/clojure/com/aurellem/gb/constants.clj	Tue Mar 20 17:18:22 2012 -0500
     1.3 @@ -0,0 +1,3 @@
     1.4 +(ns com.aurellem.gb.constants)
     1.5 +
     1.6 +(def pokemon-record-width 44)
     1.7 \ No newline at end of file