view clojure/com/aurellem/gb/constants.clj @ 218:ca9d2897435b

moved hardcoded stuff into its own namespace.
author Robert McIntyre <rlm@mit.edu>
date Fri, 23 Mar 2012 20:18:03 -0500
parents 62969eb07e04
children c9a855de1d07
line wrap: on
line source
1 (ns com.aurellem.gb.constants)
3 (def pokemon-record-width 44)
5 (def end-of-name-marker 0x50)
6 (def max-name-length 10)
7 (def name-width 11)
9 (def pokemon-record-begin 0xD162)
10 (def pokemon-record-end 0xD2F5)