view clojure/com/aurellem/gb/constants.clj @ 181:4ea8ff49af87

modified give-items to work with glitched items.
author Robert McIntyre <rlm@mit.edu>
date Thu, 22 Mar 2012 02:02:07 -0500
parents 95b2758dd517
children 62969eb07e04
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)