Mercurial > vba-clojure
view clojure/com/aurellem/exp/play.clj @ 288:eec3e69500d9
Made hxc-pokenames and hxc-items return keywords instead of strings by default; added hxc-pokenames-raw and hxc-items-raw for the string version.
author | Dylan Holmes <ocsenave@gmail.com> |
---|---|
date | Thu, 29 Mar 2012 13:31:31 -0500 |
parents | edce489c3c21 |
children |
line wrap: on
line source
1 (ns com.aurellem.exp.play2 "scratchpad namespace"3 (:use (com.aurellem.gb gb-driver util constants4 assembly saves5 items pokemon status types6 characters species moves7 pokedex money rival-name8 text-speed badges9 pokemon-presets10 ))12 (:import java.io.File)13 (:import [com.aurellem.gb.gb_driver SaveState]))