Mercurial > vba-clojure
diff clojure/com/aurellem/gb/constants.clj @ 176:95b2758dd517
wrote functions to read and write pokemon DV values and status
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 21 Mar 2012 22:13:43 -0500 |
parents | 34b518fc7404 |
children | 62969eb07e04 |
line wrap: on
line diff
1.1 --- a/clojure/com/aurellem/gb/constants.clj Wed Mar 21 18:17:37 2012 -0500 1.2 +++ b/clojure/com/aurellem/gb/constants.clj Wed Mar 21 22:13:43 2012 -0500 1.3 @@ -1,3 +1,7 @@ 1.4 (ns com.aurellem.gb.constants) 1.5 1.6 -(def pokemon-record-width 44) 1.7 \ No newline at end of file 1.8 +(def pokemon-record-width 44) 1.9 + 1.10 +(def end-of-name-marker 0x50) 1.11 +(def max-name-length 10) 1.12 +(def name-width 11)