Mercurial > vba-clojure
comparison clojure/com/aurellem/gb/constants.clj @ 222:c9a855de1d07
enabled pokedex printing.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 24 Mar 2012 03:10:56 -0500 |
parents | 62969eb07e04 |
children | 1f14c1b8af7e |
comparison
equal
deleted
inserted
replaced
221:2fac825a4de9 | 222:c9a855de1d07 |
---|---|
6 (def max-name-length 10) | 6 (def max-name-length 10) |
7 (def name-width 11) | 7 (def name-width 11) |
8 | 8 |
9 (def pokemon-record-begin 0xD162) | 9 (def pokemon-record-begin 0xD162) |
10 (def pokemon-record-end 0xD2F5) | 10 (def pokemon-record-end 0xD2F5) |
11 | |
12 (def D-memory-end 0xD41B) |