log clojure/com/aurellem/world/practice.clj

age author description
2012-03-31 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.
2012-03-29 Dylan Holmes Fixed missing delimiter in gb.moves; preparing to play with type effectiveness.
2012-03-27 Dylan Holmes beginning work on hxc-pokemon-base, the collection of base stats, battle sprite data, etc.
2012-03-27 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.
2012-03-26 Dylan Holmes Added hardcoded evolution data.
2012-03-24 Dylan Holmes Added functions for getting and setting badges.
2012-03-23 Dylan Holmes Further explorations in memory.
2012-03-22 Dylan Holmes added world directory for practice worldbuilding.