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

age author description
2012-03-24 Dylan Holmes Added functions for getting and setting badges.
2012-03-22 Robert McIntyre determined location of pokemon types; added functions for reading/setting them.
2012-03-22 Robert McIntyre wrote functions to read and write pokemon DV values and status
2012-03-21 Robert McIntyre add DV info to print-pokemon-data
2012-03-21 Robert McIntyre added functions to read and set DV values for pokemon.
2012-03-21 Robert McIntyre discovered locations of Stat experience and lost location of DV values
2012-03-21 Robert McIntyre made facilities for printing pokemon info.
2012-03-20 Robert McIntyre determined position of pokemon color maps
2012-03-20 Robert McIntyre emabled setting pokemon moves and PP
2012-03-20 Robert McIntyre discovered hex values for pokemon species.
2012-03-20 Robert McIntyre learned some more about pokemon layout via inspection.
2012-03-20 Robert McIntyre fix stackoverflow error.
2012-03-20 Robert McIntyre discovered location of pokemon OT IDs.
2012-03-20 Robert McIntyre made a map of what I know about pokemon layout so far.
2012-03-20 Robert McIntyre can now get/set pokemon OT name
2012-03-20 Robert McIntyre can now determine the number of pokemon in the party.
2012-03-20 Robert McIntyre made function to get the sixth pokemon's full name
2012-03-20 Robert McIntyre major refactoring complete.