comparison 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
comparison
equal deleted inserted replaced
413:70e313aeaa91 414:0162dd315814
10 (def pokemon-record-end 0xD2F5) 10 (def pokemon-record-end 0xD2F5)
11 11
12 (def D-memory-end 0xD41B) 12 (def D-memory-end 0xD41B)
13 13
14 (def pokemon-list-start 0xD162) 14 (def pokemon-list-start 0xD162)
15
16 (def pokemon-box-1-address 0xDA7F)