annotate clojure/com/aurellem/gb/constants.clj @ 198:5055ec9de278

competed move-table printing component of pokemon printing function.
author Robert McIntyre <rlm@mit.edu>
date Fri, 23 Mar 2012 00:30:34 -0500
parents 95b2758dd517
children 62969eb07e04
rev   line source
rlm@162 1 (ns com.aurellem.gb.constants)
rlm@162 2
rlm@176 3 (def pokemon-record-width 44)
rlm@176 4
rlm@176 5 (def end-of-name-marker 0x50)
rlm@176 6 (def max-name-length 10)
rlm@176 7 (def name-width 11)