comparison clojure/com/aurellem/gb/types.clj @ 294:9f466a332448

merge
author Robert McIntyre <rlm@mit.edu>
date Fri, 30 Mar 2012 18:15:28 -0500
parents c31cb3043087
children
comparison
equal deleted inserted replaced
293:4a0dbaed7078 294:9f466a332448
4 4
5 (def type-code->type-name 5 (def type-code->type-name
6 {0x00 :normal 6 {0x00 :normal
7 0x01 :fighting 7 0x01 :fighting
8 0x02 :flying 8 0x02 :flying
9 0x03 :poision 9 0x03 :poison
10 0x04 :ground 10 0x04 :ground
11 0x05 :rock 11 0x05 :rock
12 0x07 :bug 12 0x07 :bug
13 0x08 :ghost 13 0x08 :ghost
14 0x14 :fire 14 0x14 :fire