Mercurial > vba-clojure
comparison clojure/com/aurellem/exp/pokemon-layout @ 180:4f5ea93cbaca
determined location of pokemon types; added functions for reading/setting them.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 22 Mar 2012 01:25:39 -0500 |
parents | b42a2552016c |
children | f0c1e5574e81 |
comparison
equal
deleted
inserted
replaced
179:d63886d63b2f | 180:4f5ea93cbaca |
---|---|
9 D16A Pokemon 1 Color Map | 9 D16A Pokemon 1 Color Map |
10 D16B /h | 10 D16B /h |
11 D16C \l Pokemon 1 Current Hit Points | 11 D16C \l Pokemon 1 Current Hit Points |
12 D16D | 12 D16D |
13 D16E Status | 13 D16E Status |
14 D16F | 14 D16F Type 1 (does not affect display) |
15 D170 | 15 D170 Type 2 (does not affect display) |
16 D171 | 16 D171 |
17 D172 Move 1 ID | 17 D172 Move 1 ID |
18 D173 Move 2 ID | 18 D173 Move 2 ID |
19 D174 Move 3 ID | 19 D174 Move 3 ID |
20 D175 Move 4 ID | 20 D175 Move 4 ID |
53 D196 Pokemon 2 Color Map | 53 D196 Pokemon 2 Color Map |
54 D197 /h | 54 D197 /h |
55 D198 \l Pokemon 2 Current Hit Points | 55 D198 \l Pokemon 2 Current Hit Points |
56 D199 | 56 D199 |
57 D19A Status | 57 D19A Status |
58 D19B | 58 D19B Type 1 (does not affect display) |
59 D19C | 59 D19C Type 2 (does not affect display) |
60 D19D | 60 D19D |
61 D19E Move 1 ID | 61 D19E Move 1 ID |
62 D19F Move 2 ID | 62 D19F Move 2 ID |
63 D1A0 Move 3 ID | 63 D1A0 Move 3 ID |
64 D1A1 Move 4 ID | 64 D1A1 Move 4 ID |
97 D1C2 Pokemon 3 Color Map | 97 D1C2 Pokemon 3 Color Map |
98 D1C3 /h | 98 D1C3 /h |
99 D1C4 \l Pokemon 3 Current Hit Points | 99 D1C4 \l Pokemon 3 Current Hit Points |
100 D1C5 | 100 D1C5 |
101 D1C6 Status | 101 D1C6 Status |
102 D1C7 | 102 D1C7 Type 1 (does not affect display) |
103 D1C8 | 103 D1C8 Type 2 (does not affect display) |
104 D1C9 | 104 D1C9 |
105 D1CA Move 1 ID | 105 D1CA Move 1 ID |
106 D1CB Move 2 ID | 106 D1CB Move 2 ID |
107 D1CC Move 3 ID | 107 D1CC Move 3 ID |
108 D1CD Move 4 ID | 108 D1CD Move 4 ID |
141 D1EE Pokemon 4 Color Map | 141 D1EE Pokemon 4 Color Map |
142 D1EF /h | 142 D1EF /h |
143 D1F0 \l Pokemon 4 Current Hit Points | 143 D1F0 \l Pokemon 4 Current Hit Points |
144 D1F1 | 144 D1F1 |
145 D1F2 Status | 145 D1F2 Status |
146 D1F3 | 146 D1F3 Type 1 (does not affect display) |
147 D1F4 | 147 D1F4 Type 2 (does not affect display) |
148 D1F5 | 148 D1F5 |
149 D1F6 Move 1 ID | 149 D1F6 Move 1 ID |
150 D1F7 Move 2 ID | 150 D1F7 Move 2 ID |
151 D1F8 Move 3 ID | 151 D1F8 Move 3 ID |
152 D1F9 Move 4 ID | 152 D1F9 Move 4 ID |
185 D21A Pokemon 5 Color Map | 185 D21A Pokemon 5 Color Map |
186 D21B /h | 186 D21B /h |
187 D21C \l Pokemon 5 Current Hit Points | 187 D21C \l Pokemon 5 Current Hit Points |
188 D21D | 188 D21D |
189 D21E Status | 189 D21E Status |
190 D21F | 190 D21F Type 1 (does not affect display) |
191 D220 | 191 D220 Type 2 (does not affect display) |
192 D221 | 192 D221 |
193 D222 Move 1 ID | 193 D222 Move 1 ID |
194 D223 Move 2 ID | 194 D223 Move 2 ID |
195 D224 Move 3 ID | 195 D224 Move 3 ID |
196 D225 Move 4 ID | 196 D225 Move 4 ID |
229 D246 Pokemon 6 Color Map | 229 D246 Pokemon 6 Color Map |
230 D247 /h | 230 D247 /h |
231 D248 \l Pokemon 6 Current Hit Points | 231 D248 \l Pokemon 6 Current Hit Points |
232 D249 | 232 D249 |
233 D24A Status | 233 D24A Status |
234 D24B | 234 D24B Type 1 (does not affect display) |
235 D24C | 235 D24C Type 2 (does not affect display) |
236 D24D | 236 D24D |
237 D24E Move 1 ID | 237 D24E Move 1 ID |
238 D24F Move 2 ID | 238 D24F Move 2 ID |
239 D250 Move 3 ID | 239 D250 Move 3 ID |
240 D251 Move 4 ID | 240 D251 Move 4 ID |