# HG changeset patch # User Robert McIntyre # Date 1332223743 18000 # Node ID 9367bb5e55e633d26af546b035a90c2ffee7092f # Parent ced1c4cd1eea285247fbef2889c86eed6a10f09e learned some more about pokemon layout via inspection. diff -r ced1c4cd1eea -r 9367bb5e55e6 clojure/com/aurellem/exp/pokemon-layout --- a/clojure/com/aurellem/exp/pokemon-layout Tue Mar 20 00:40:33 2012 -0500 +++ b/clojure/com/aurellem/exp/pokemon-layout Tue Mar 20 01:09:03 2012 -0500 @@ -62,11 +62,11 @@ D19F D1A0 D1A1 -D1A2 / Pokemon 2 OT ID -D1A3 \ +D1A2 /h Pokemon 2 OT ID +D1A3 \l D1A4 -D1A5 -D1A6 +D1A5 /h Pokemon 2 Experience Points +D1A6 \l D1A7 D1A8 D1A9 @@ -79,21 +79,21 @@ D1B0 D1B1 D1B2 -D1B3 -D1B4 -D1B5 -D1B6 +D1B3 Current PP Move 1 +D1B4 Current PP Move 2 +D1B5 Current PP Move 3 +D1B6 Current PP Move 4 D1B7 -D1B8 -D1B9 -D1BA -D1BB -D1BC -D1BD -D1BE -D1BF -D1C0 -D1C1 +D1B8 /h Pokemon 2 Total Hit Points +D1B9 \l +D1BA /h Pokemon 2 Attack +D1BB \l +D1BC /h Pokemon 2 Defense +D1BD \l +D1BE /h Pokemon 2 Speed +D1BF \l +D1C0 /h Pokemon 2 Special +D1C1 \l D1C2 D1C3 D1C4 diff -r ced1c4cd1eea -r 9367bb5e55e6 clojure/com/aurellem/exp/pokemon.clj --- a/clojure/com/aurellem/exp/pokemon.clj Tue Mar 20 00:40:33 2012 -0500 +++ b/clojure/com/aurellem/exp/pokemon.clj Tue Mar 20 01:09:03 2012 -0500 @@ -492,7 +492,7 @@ ;; OT ID Numbers. -;; my own id is 05195. A quick search of memory between +;; My own id is 05195. A quick search of memory between ;; 0xD162 and 0xD31B revealed the pattern 0x144B exactly ;; six times. @@ -513,4 +513,6 @@ ])) ([n new-id] (set-pokemon-id @current-state n new-id))) - \ No newline at end of file + + +