comparison 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
comparison
equal deleted inserted replaced
175:5d9a7a0ca09a 176:95b2758dd517
1 (ns com.aurellem.gb.constants) 1 (ns com.aurellem.gb.constants)
2 2
3 (def pokemon-record-width 44) 3 (def pokemon-record-width 44)
4
5 (def end-of-name-marker 0x50)
6 (def max-name-length 10)
7 (def name-width 11)