Mercurial > vba-clojure
comparison clojure/com/aurellem/gb/species.clj @ 212:8523faa122b0
fixed compilaition error in dylan's code
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 23 Mar 2012 18:06:37 -0500 |
parents | a67f1df5d096 |
children | 57258c269bcb 62969eb07e04 |
comparison
equal
deleted
inserted
replaced
211:661d35f1b56e | 212:8523faa122b0 |
---|---|
10 (map character-codes->str | 10 (map character-codes->str |
11 (partition name-length | 11 (partition name-length |
12 (take (* count-species name-length) | 12 (take (* count-species name-length) |
13 (drop 0xE8000 | 13 (drop 0xE8000 |
14 (rom(root)))))))) | 14 (rom(root)))))))) |
15 ) | 15 |
16 (def hxc-items | 16 (def hxc-items |
17 "The hardcoded names of the items in memory. List begins at ROM@45B7 " | 17 "The hardcoded names of the items in memory. List begins at ROM@45B7 " |
18 (map character-codes->str | 18 (map character-codes->str |
19 (take-nth 2 | 19 (take-nth 2 |
20 (partition-by #(= % 0x50) | 20 (partition-by #(= % 0x50) |