view clojure/com/aurellem/exp/play.clj @ 202:1ce54929bc0c

enhanced pokemon printing to print out current HP as well as current total HP.
author Robert McIntyre <rlm@mit.edu>
date Fri, 23 Mar 2012 03:31:49 -0500
parents 4f5ea93cbaca
children 72d74be7561f
line wrap: on
line source
1 (ns com.aurellem.exp.play
2 "scratchpad namespace"
3 (:use (com.aurellem.gb gb-driver util constants
4 assembly saves
5 items pokemon status types
6 characters species moves))
7 (:import java.io.File)
8 (:import [com.aurellem.gb.gb_driver SaveState]))