Mercurial > vba-clojure
diff clojure/com/aurellem/gb/hxc.clj @ 371:b477970d0b7a
Added more sandbox stuff in rom.org to show how the memory is laid out.
author | Dylan Holmes <ocsenave@gmail.com> |
---|---|
date | Mon, 09 Apr 2012 01:40:26 -0500 |
parents | 5aabbe326eb0 |
children | 7c89fe478de4 |
line wrap: on
line diff
1.1 --- a/clojure/com/aurellem/gb/hxc.clj Sun Apr 08 07:59:15 2012 -0500 1.2 +++ b/clojure/com/aurellem/gb/hxc.clj Mon Apr 09 01:40:26 2012 -0500 1.3 @@ -651,8 +651,9 @@ 1.4 ([] (hxc-pokemon-base com.aurellem.gb.gb-driver/original-rom)) 1.5 ([rom] 1.6 (let [entry-size 28 1.7 - pkmn-count (count (hxc-pokedex-text rom)) 1.8 + 1.9 pokemon (rest (hxc-pokedex-names)) 1.10 + pkmn-count (inc(count pokemon)) 1.11 types (apply assoc {} 1.12 (interleave 1.13 (range)