log

age author description
2012-03-27 Robert McIntyre merge.
2012-03-27 Robert McIntyre added script to automatically buy any combination of items from a store's inventory.
2012-03-27 Robert McIntyre refactored walking code from buy-initial-objects to its own function.
2012-03-27 Dylan Holmes further improvements on hxc-pokemon-base.
2012-03-27 Dylan Holmes beginning work on hxc-pokemon-base, the collection of base stats, battle sprite data, etc.
2012-03-27 Robert McIntyre script: went back to viridian store.
2012-03-27 Robert McIntyre script: delivered oak's parcel; got pokedex.
2012-03-27 Robert McIntyre script: made it to oak's lab from viridian mart.
2012-03-27 Dylan Holmes Since the game uses zeros as delimiters in the evolution/learnset section, it increments all of the move/pokemon indices by 1. Altered my code so that all returned values are consistently non-incremented.
2012-03-27 Dylan Holmes Added hardcoded learnsets.
2012-03-27 Robert McIntyre script: got oak's parcel
2012-03-27 Robert McIntyre merge
2012-03-27 Robert McIntyre script: made it to viridian mart
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-27 Robert McIntyre script: left oak's lab.
2012-03-27 Robert McIntyre merge
2012-03-27 Robert McIntyre script: defeated rival.
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.