diff 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
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/gb/constants.clj	Sat Mar 24 00:13:06 2012 -0500
     1.2 +++ b/clojure/com/aurellem/gb/constants.clj	Sat Mar 24 03:10:56 2012 -0500
     1.3 @@ -7,4 +7,6 @@
     1.4  (def name-width 11)
     1.5  
     1.6  (def pokemon-record-begin 0xD162)
     1.7 -(def pokemon-record-end 0xD2F5)
     1.8 \ No newline at end of file
     1.9 +(def pokemon-record-end 0xD2F5)
    1.10 +
    1.11 +(def D-memory-end 0xD41B)
    1.12 \ No newline at end of file