Mercurial > vba-clojure
log clojure/com/aurellem/world/practice.clj
age | author | description |
---|---|---|
Sat, 31 Mar 2012 04:25:49 -0500 | Dylan Holmes | moved the memory manipulation functions out of world.practice and into a separate location, gb.mem-utils, to avoid cyclic load dependency. will adjust the dependent files shortly. |
Thu, 29 Mar 2012 13:49:40 -0500 | Dylan Holmes | Fixed missing delimiter in gb.moves; preparing to play with type effectiveness. |
Tue, 27 Mar 2012 00:59:43 -0500 | Dylan Holmes | beginning work on hxc-pokemon-base, the collection of base stats, battle sprite data, etc. |
Mon, 26 Mar 2012 21:25:10 -0500 | Dylan Holmes | Corrected hxc-evolution so that pokemon with branched evolutions (i.e. eevee) will be fully included. As a result, altered hxc-evolution to return a list of hashes, one per evolution. |
Mon, 26 Mar 2012 18:34:06 -0500 | Dylan Holmes | Added hardcoded evolution data. |
Sat, 24 Mar 2012 05:45:06 -0500 | Dylan Holmes | Added functions for getting and setting badges. |
Fri, 23 Mar 2012 00:24:54 -0500 | Dylan Holmes | Further explorations in memory. |