log

age author description
2012-03-26 Dylan Holmes Added hardcoded evolution data.
2012-03-26 Robert McIntyre script: got pikachu.
2012-03-26 Robert McIntyre continued work on unoptimized script
2012-03-26 Robert McIntyre improved scroll-text to scroll through multiple lines of text
2012-03-26 Robert McIntyre unicode walking :)
2012-03-26 Robert McIntyre fixed incompetence.
2012-03-26 Robert McIntyre added delicious unicode characters to the character-map.
2012-03-26 Robert McIntyre minor correction.
2012-03-26 Robert McIntyre merge
2012-03-26 Robert McIntyre updated title and save_corruption to work with all the recent updates
2012-03-26 Dylan Holmes Reworked the hxc definitions; they are now fns that optionally take a single rom arg and dynamically grab the data. Their commonalities are also consolidated into a single template function, hxc-thunk. Minor fixes include stripping pokenames of their padding and splitting the huge hxc-dialog string into a list.
2012-03-26 Robert McIntyre mrege.
2012-03-26 Robert McIntyre starting work on unoptimized bootstrap script.
2012-03-26 Dylan Holmes Got hardcoded move effect data, put it into a map hxc-move-data. Since descriptions are handwritten, they may be buggy.
2012-03-26 Dylan Holmes forgot to include Bird type with the list of available type names for type advantage data. now hxc-advantage is correct.
2012-03-26 Dylan Holmes minor fixes
2012-03-26 Dylan Holmes Added the list of types and advantages to the hardcoded collection.
2012-03-25 Dylan Holmes making interesting data insights.
2012-03-25 Robert McIntyre still working on overall stragety... going to sleep on it.
2012-03-25 Robert McIntyre working on preliminary script to bootstrap my way into a RAM writing program
2012-03-25 Robert McIntyre revived a functional version of Dylan's assembly.
2012-03-25 Robert McIntyre found appropriate map-function on Route 3
2012-03-25 Robert McIntyre continuing work on map-function-addresses.
2012-03-25 Robert McIntyre merge.
2012-03-25 Robert McIntyre working on item-injection; fixed off-by-one error in print-pokedex.
2012-03-24 Dylan Holmes saving progress...
2012-03-24 Robert McIntyre succesful return of control to the game upon item injection.
2012-03-24 Robert McIntyre preliminary map data region in cart.
2012-03-24 Robert McIntyre going to start work on item hack.
2012-03-24 Robert McIntyre working on map memory, modified view-memory to output hex and decimal as well as binary
2012-03-24 Robert McIntyre working out how 0xD367 affects game play
2012-03-24 Robert McIntyre fixed badge order, added HM-mew, mapped out some more memory
2012-03-24 Dylan Holmes Added functions for getting and setting badges.
2012-03-24 Robert McIntyre reformat
2012-03-24 Robert McIntyre added functions for setting rival's name and text speed
2012-03-24 Robert McIntyre added functions for setting current money.
2012-03-24 Robert McIntyre pokedex manipulation functions complete.
2012-03-24 Robert McIntyre enabled pokedex printing.
2012-03-24 Robert McIntyre extended range of catrography.
2012-03-24 Robert McIntyre rename pokemon-layout to cartography.
2012-03-24 Robert McIntyre adjusted default ditto's base stats.
2012-03-24 Robert McIntyre moved hardcoded stuff into its own namespace.
2012-03-24 Robert McIntyre differentiated between normal=pp-ups and glitched key-like pp-ups.
2012-03-24 Robert McIntyre remove debug stuff from pokemon.clj
2012-03-24 Robert McIntyre merge
2012-03-24 Robert McIntyre fixed give-pokemon to give a properly formatted pokemon for pokemon with less than 4 moves.
2012-03-24 Dylan Holmes Added spelling bee.
2012-03-23 Robert McIntyre fixed compilaition error in dylan's code
2012-03-23 Robert McIntyre merge.
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 Dylan Holmes More hardcode expeditions.
2012-03-23 Robert McIntyre augmented print-pokemon to report inconsistent types; fixed error in give-type
2012-03-23 Robert McIntyre default type list complete.
2012-03-23 Robert McIntyre constructing default types....
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 merge
2012-03-23 Robert McIntyre competed move-table printing component of pokemon printing function.
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