diff clojure/com/aurellem/gb/items.clj @ 182:f0c1e5574e81

finished mapping out pokemon memory region.
author Robert McIntyre <rlm@mit.edu>
date Thu, 22 Mar 2012 06:07:31 -0500
parents 4ea8ff49af87
children 531e1342ff56
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/gb/items.clj	Thu Mar 22 02:02:07 2012 -0500
     1.2 +++ b/clojure/com/aurellem/gb/items.clj	Thu Mar 22 06:07:31 2012 -0500
     1.3 @@ -159,7 +159,8 @@
     1.4     0xFC :TM52     ;; "fly"	   
     1.5     0xFD :TM53     ;; "surf"	   
     1.6     0xFE :TM54     ;; "strength"      
     1.7 -   0xFF :end-of-list-sentinel))
     1.8 +   0xFF :end-of-list-sentinel ;; also "flash"
     1.9 +   ))
    1.10  
    1.11  (def item-name->item-code
    1.12    (zipmap (vals item-code->item-name)