comparison clojure/com/aurellem/gb/characters.clj @ 147:279e9ee6fccb

can now determine the number of pokemon in the party.
author Robert McIntyre <rlm@mit.edu>
date Mon, 19 Mar 2012 22:42:36 -0500
parents 412ca096a9ba
children 06426d25c65b
comparison
equal deleted inserted replaced
146:c5914665012d 147:279e9ee6fccb
3 (:import [com.aurellem.gb.gb_driver SaveState])) 3 (:import [com.aurellem.gb.gb_driver SaveState]))
4 4
5 (def character-code->character 5 (def character-code->character
6 { 6 {
7 0x00 "end-of-name-sentinel" 7 0x00 "end-of-name-sentinel"
8 0x50 "end-of-pokemon-name-sentinel"
8 0x60 "A-bold" 9 0x60 "A-bold"
9 0x61 "B-bold" 10 0x61 "B-bold"
10 0x62 "C-bold" 11 0x62 "C-bold"
11 0x63 "D-bold" 12 0x63 "D-bold"
12 0x64 "E-bold" 13 0x64 "E-bold"