diff clojure/com/aurellem/exp/pokemon.clj @ 152:9367bb5e55e6

learned some more about pokemon layout via inspection.
author Robert McIntyre <rlm@mit.edu>
date Tue, 20 Mar 2012 01:09:03 -0500
parents ced1c4cd1eea
children 9ca350a476f0
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/exp/pokemon.clj	Tue Mar 20 00:40:33 2012 -0500
     1.2 +++ b/clojure/com/aurellem/exp/pokemon.clj	Tue Mar 20 01:09:03 2012 -0500
     1.3 @@ -492,7 +492,7 @@
     1.4  
     1.5  
     1.6  ;; OT ID Numbers.
     1.7 -;; my own id is 05195.  A quick search of memory between
     1.8 +;; My own id is 05195.  A quick search of memory between
     1.9  ;; 0xD162 and 0xD31B revealed the pattern 0x144B exactly
    1.10  ;; six times.
    1.11  
    1.12 @@ -513,4 +513,6 @@
    1.13         ]))
    1.14    ([n new-id]
    1.15       (set-pokemon-id @current-state n new-id)))
    1.16 -  
    1.17 \ No newline at end of file
    1.18 +
    1.19 +
    1.20 +