diff clojure/com/aurellem/gb/constants.clj @ 414:0162dd315814

moved asseitem-writer assembly to rlm-assembly.
author Robert McIntyre <rlm@mit.edu>
date Sat, 14 Apr 2012 03:22:10 -0500
parents 1f14c1b8af7e
children
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/gb/constants.clj	Sat Apr 14 01:32:49 2012 -0500
     1.2 +++ b/clojure/com/aurellem/gb/constants.clj	Sat Apr 14 03:22:10 2012 -0500
     1.3 @@ -11,4 +11,6 @@
     1.4  
     1.5  (def D-memory-end 0xD41B)
     1.6  
     1.7 -(def pokemon-list-start 0xD162)
     1.8 \ No newline at end of file
     1.9 +(def pokemon-list-start 0xD162)
    1.10 +
    1.11 +(def pokemon-box-1-address 0xDA7F)
    1.12 \ No newline at end of file