Mercurial > vba-clojure
comparison clojure/com/aurellem/gb/hxc.clj @ 306:2873f50b7291
beginning to work on cry data
author | Dylan Holmes <ocsenave@gmail.com> |
---|---|
date | Sat, 31 Mar 2012 01:27:46 -0500 |
parents | c31cb3043087 |
children | 872e032949ff |
comparison
equal
deleted
inserted
replaced
305:7998b1cf18cf | 306:2873f50b7291 |
---|---|
204 (take (count names) | 204 (take (count names) |
205 (drop 0x410b1 rom)) | 205 (drop 0x410b1 rom)) |
206 | 206 |
207 names))))) | 207 names))))) |
208 | 208 |
209 | |
210 | |
211 ;; http://hax.iimarck.us/topic/581/ | |
212 (defn hxc-pokedex-cry | |
213 "The pokemon cry data in internal order. List begins at ROM@410B1 | |
214 [] | |
209 | 215 |
210 | 216 |
211 | 217 |
212 (def hxc-items-raw | 218 (def hxc-items-raw |
213 "The hardcoded names of the items in memory. List begins at | 219 "The hardcoded names of the items in memory. List begins at |