Mercurial > vba-clojure
comparison clojure/com/aurellem/exp/pokemon-layout @ 177:b42a2552016c
expanded pokemon-layout to include status effects.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 21 Mar 2012 22:15:23 -0500 |
parents | 95b2758dd517 |
children | 4f5ea93cbaca c8ec477beeac |
comparison
equal
deleted
inserted
replaced
176:95b2758dd517 | 177:b42a2552016c |
---|---|
8 D169 End-of-List Sentinel (0xFF) | 8 D169 End-of-List Sentinel (0xFF) |
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 | 13 D16E Status |
14 D16F | 14 D16F |
15 D170 | 15 D170 |
16 D171 | 16 D171 |
17 D172 Move 1 ID | 17 D172 Move 1 ID |
18 D173 Move 2 ID | 18 D173 Move 2 ID |
52 D195 \l | 52 D195 \l |
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 | 57 D19A Status |
58 D19B | 58 D19B |
59 D19C | 59 D19C |
60 D19D | 60 D19D |
61 D19E Move 1 ID | 61 D19E Move 1 ID |
62 D19F Move 2 ID | 62 D19F Move 2 ID |
96 D1C1 \l | 96 D1C1 \l |
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 | 101 D1C6 Status |
102 D1C7 | 102 D1C7 |
103 D1C8 | 103 D1C8 |
104 D1C9 | 104 D1C9 |
105 D1CA Move 1 ID | 105 D1CA Move 1 ID |
106 D1CB Move 2 ID | 106 D1CB Move 2 ID |
140 D1ED \l | 140 D1ED \l |
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 | 145 D1F2 Status |
146 D1F3 | 146 D1F3 |
147 D1F4 | 147 D1F4 |
148 D1F5 | 148 D1F5 |
149 D1F6 Move 1 ID | 149 D1F6 Move 1 ID |
150 D1F7 Move 2 ID | 150 D1F7 Move 2 ID |
184 D219 \l | 184 D219 \l |
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 | 189 D21E Status |
190 D21F | 190 D21F |
191 D220 | 191 D220 |
192 D221 | 192 D221 |
193 D222 Move 1 ID | 193 D222 Move 1 ID |
194 D223 Move 2 ID | 194 D223 Move 2 ID |
228 D245 \l | 228 D245 \l |
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 | 233 D24A Status |
234 D24B | 234 D24B |
235 D24C | 235 D24C |
236 D24D | 236 D24D |
237 D24E Move 1 ID | 237 D24E Move 1 ID |
238 D24F Move 2 ID | 238 D24F Move 2 ID |