diff clojure/com/aurellem/gb/constants.clj @ 377:1f14c1b8af7e

working on main bootstrap program
author Robert McIntyre <rlm@mit.edu>
date Wed, 11 Apr 2012 10:47:27 -0500
parents c9a855de1d07
children 0162dd315814
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/gb/constants.clj	Wed Apr 11 09:14:51 2012 -0500
     1.2 +++ b/clojure/com/aurellem/gb/constants.clj	Wed Apr 11 10:47:27 2012 -0500
     1.3 @@ -9,4 +9,6 @@
     1.4  (def pokemon-record-begin 0xD162)
     1.5  (def pokemon-record-end 0xD2F5)
     1.6  
     1.7 -(def D-memory-end 0xD41B)
     1.8 \ No newline at end of file
     1.9 +(def D-memory-end 0xD41B)
    1.10 +
    1.11 +(def pokemon-list-start 0xD162)
    1.12 \ No newline at end of file