graph
- merge2012-03-28, by Robert McIntyre
- added give-empty-pokedex2012-03-28, by Robert McIntyre
- Found the hardcoded pokedex order!!2012-03-28, by Dylan Holmes
- script: bought 96 burn heals2012-03-28, by Robert McIntyre
- Added the hardcoded list of moves that the TMs and HMs teach.2012-03-28, by Dylan Holmes
- added price data. also, shop data seems a bit off.2012-03-28, by Dylan Holmes
- Replaced manually listed move data in gb.moves with a call to hxc-move-data. Also, began work on hxc-shops, which lists shop inventory. todo: find out how the game converts internal order to pokedex order; todo: get hardcoded tm data.2012-03-27, by Dylan Holmes
- reorginazed save corruption code2012-03-27, by Robert McIntyre
- script: save corruption2012-03-27, by Robert McIntyre
- script: bought initial 5 items.2012-03-27, by Robert McIntyre
- fix compiliation errors2012-03-27, by Robert McIntyre
- merge.2012-03-27, by Robert McIntyre
- added script to automatically buy any combination of items from a store's inventory.2012-03-27, by Robert McIntyre
- refactored walking code from buy-initial-objects to its own function.2012-03-27, by Robert McIntyre
- further improvements on hxc-pokemon-base.2012-03-27, by Dylan Holmes
- beginning work on hxc-pokemon-base, the collection of base stats, battle sprite data, etc.2012-03-27, by Dylan Holmes
- script: went back to viridian store.2012-03-27, by Robert McIntyre
- script: delivered oak's parcel; got pokedex.2012-03-26, by Robert McIntyre
- script: made it to oak's lab from viridian mart.2012-03-26, by Robert McIntyre
- 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-26, by Dylan Holmes
- Added hardcoded learnsets.2012-03-26, by Dylan Holmes
- script: got oak's parcel2012-03-26, by Robert McIntyre
- merge2012-03-26, by Robert McIntyre
- script: made it to viridian mart2012-03-26, by Robert McIntyre
- 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, by Dylan Holmes
- script: left oak's lab.2012-03-26, by Robert McIntyre
- merge2012-03-26, by Robert McIntyre
- script: defeated rival.2012-03-26, by Robert McIntyre
- Added hardcoded evolution data.2012-03-26, by Dylan Holmes
- script: got pikachu.2012-03-26, by Robert McIntyre
- continued work on unoptimized script2012-03-26, by Robert McIntyre
- improved scroll-text to scroll through multiple lines of text2012-03-26, by Robert McIntyre