diff clojure/com/aurellem/gb/constants.clj @ 214:62969eb07e04

fixed give-pokemon to give a properly formatted pokemon for pokemon with less than 4 moves.
author Robert McIntyre <rlm@mit.edu>
date Fri, 23 Mar 2012 19:25:21 -0500
parents 95b2758dd517
children c9a855de1d07
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/gb/constants.clj	Fri Mar 23 18:06:37 2012 -0500
     1.2 +++ b/clojure/com/aurellem/gb/constants.clj	Fri Mar 23 19:25:21 2012 -0500
     1.3 @@ -5,3 +5,6 @@
     1.4  (def end-of-name-marker 0x50)
     1.5  (def max-name-length 10)
     1.6  (def name-width 11)
     1.7 +
     1.8 +(def pokemon-record-begin 0xD162)
     1.9 +(def pokemon-record-end 0xD2F5)
    1.10 \ No newline at end of file