comparison clojure/com/aurellem/gb/characters.clj @ 235:5becef6312b9

working on item-injection; fixed off-by-one error in print-pokedex.
author Robert McIntyre <rlm@mit.edu>
date Sat, 24 Mar 2012 20:05:47 -0500
parents d5dddf33543c
children 30ced394823a
comparison
equal deleted inserted replaced
233:49a709c555f2 235:5becef6312b9
12 :opponent [0x01 0x49 0xD0 0x0] 12 :opponent [0x01 0x49 0xD0 0x0]
13 :turn-pokemon [0x5A] 13 :turn-pokemon [0x5A]
14 :off-turn-pokemon [0x59] 14 :off-turn-pokemon [0x59]
15 :your-pokemon [0x01 0x08 0xD0 0x0] 15 :your-pokemon [0x01 0x08 0xD0 0x0]
16 :opponent-pokemon [0x50 0x01 0xD9 0xCF 0x0] 16 :opponent-pokemon [0x50 0x01 0xD9 0xCF 0x0]
17
18 :n-times [0x50 0x09 0x05 0xCD 0x11 0x0] 17 :n-times [0x50 0x09 0x05 0xCD 0x11 0x0]
19
20
21 }) 18 })
22 19
23 (def end-of-name-sentinel 0x00) 20 (def end-of-name-sentinel 0x00)
24 21
25 (def character-code->character 22 (def character-code->character