diff clojure/com/aurellem/gb/characters.clj @ 235:5becef6312b9

working on item-injection; fixed off-by-one error in print-pokedex.
author Robert McIntyre <rlm@mit.edu>
date Sat, 24 Mar 2012 20:05:47 -0500
parents d5dddf33543c
children 30ced394823a
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/gb/characters.clj	Sat Mar 24 16:19:43 2012 -0500
     1.2 +++ b/clojure/com/aurellem/gb/characters.clj	Sat Mar 24 20:05:47 2012 -0500
     1.3 @@ -14,10 +14,7 @@
     1.4     :off-turn-pokemon [0x59]
     1.5     :your-pokemon [0x01 0x08 0xD0 0x0]
     1.6     :opponent-pokemon [0x50 0x01 0xD9 0xCF 0x0]
     1.7 -
     1.8     :n-times [0x50 0x09 0x05 0xCD 0x11 0x0]
     1.9 -   
    1.10 -   
    1.11     })
    1.12  
    1.13  (def end-of-name-sentinel 0x00)