view clojure/com/aurellem/gb/constants.clj @ 513:3dbb863eb801

accuracy of displayed image is much improved, but there the palettes are still messed up.
author Robert McIntyre <rlm@mit.edu>
date Fri, 22 Jun 2012 18:58:47 -0500
parents 0162dd315814
children
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)
12 (def D-memory-end 0xD41B)
14 (def pokemon-list-start 0xD162)
16 (def pokemon-box-1-address 0xDA7F)