log clojure/com/aurellem/gb/pokemon.clj

age author description
2012-04-05 Robert McIntyre corrected compilation bugs
2012-04-04 Robert McIntyre saving progress before trip to Liberal.
2012-03-25 Robert McIntyre continuing work on map-function-addresses.
2012-03-24 Robert McIntyre adjusted default ditto's base stats.
2012-03-24 Robert McIntyre remove debug stuff from pokemon.clj
2012-03-23 Robert McIntyre fixed compilaition error in dylan's code
2012-03-23 Robert McIntyre fixed minor bug in give-pokemon
2012-03-23 Robert McIntyre give pokemon appears to work.
2012-03-23 Robert McIntyre saving progress
2012-03-23 Robert McIntyre augmented print-pokemon to report inconsistent types; fixed error in give-type
2012-03-23 Robert McIntyre have to add default types for all pokemon.
2012-03-23 Robert McIntyre enhanced pokemon printing to print out current HP as well as current total HP.
2012-03-23 Robert McIntyre correct grammar lol.
2012-03-23 Robert McIntyre pokemon printing complete.
2012-03-23 Robert McIntyre break for eating!
2012-03-23 Robert McIntyre changed :moves to give a vector instead of hash-map because move order is important
2012-03-23 Robert McIntyre working on printing pokemon in a nicely formatted way.
2012-03-23 Robert McIntyre minor reformatting.
2012-03-23 Robert McIntyre fixed compilation problems, added more functionality to pokemon-info
2012-03-23 Robert McIntyre added function to set ROM
2012-03-22 Robert McIntyre extending functionality of support namespaces in prepreation of give-pokemon
2012-03-22 Robert McIntyre renamed *pokemon-data* to *pokemon-record*
2012-03-22 Robert McIntyre finished mapping out pokemon memory region.
2012-03-22 Robert McIntyre cleaned up code; added gb.saves
2012-03-22 Robert McIntyre add status to pokemon-data printout.
2012-03-22 Robert McIntyre wrote functions to read and write pokemon DV values and status
2012-03-20 Robert McIntyre emabled setting pokemon moves and PP