log

age author description
2012-03-31 Dylan Holmes made progress on music; fixed several music pointers I grabbed from the internet.
2012-03-31 Dylan Holmes moved the memory manipulation functions out of world.practice and into a separate location, gb.mem-utils, to avoid cyclic load dependency. will adjust the dependent files shortly.
2012-03-31 Dylan Holmes completed cry functions.
2012-03-31 Dylan Holmes beginning to work on cry data
2012-03-31 Robert McIntyre improve testing program
2012-03-31 Robert McIntyre improve testing program
2012-03-31 Robert McIntyre item manipulation program works!
2012-03-31 Robert McIntyre going to test bootstrapping program.
2012-03-31 Robert McIntyre inserted backwards jump into bootstrap program to fit it into item-pc space
2012-03-31 Robert McIntyre found program that works as valid items, but now the program is too long...
2012-03-31 Robert McIntyre mapped out the rest of relevant characters-as-objects space
2012-03-31 Robert McIntyre found a second good character-item that can serve as a target
2012-03-31 Robert McIntyre mapping out characters-as-items to avoid corrupt items.
2012-03-30 Robert McIntyre restored deposit-one-item, working on getting rival's name into item computer.
2012-03-30 Robert McIntyre dylan thought of a better program using op 0x70.
2012-03-30 Robert McIntyre merge
2012-03-30 Robert McIntyre preliminary idea for a better pre-bootstrapping program.
2012-03-30 Dylan Holmes Tinkering with types and encounters.
2012-03-29 Robert McIntyre script: creating header for initial bootstrap program.
2012-03-29 Robert McIntyre script: walked to poke-center computer.
2012-03-29 Dylan Holmes Fixed missing delimiter in gb.moves; preparing to play with type effectiveness.
2012-03-29 Dylan Holmes Made hxc-pokenames and hxc-items return keywords instead of strings by default; added hxc-pokenames-raw and hxc-items-raw for the string version.
2012-03-28 Robert McIntyre merge
2012-03-28 Robert McIntyre added give-empty-pokedex
2012-03-28 Dylan Holmes Found the hardcoded pokedex order!!
2012-03-28 Robert McIntyre script: bought 96 burn heals
2012-03-28 Dylan Holmes Added the hardcoded list of moves that the TMs and HMs teach.
2012-03-28 Dylan Holmes added price data. also, shop data seems a bit off.
2012-03-28 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-28 Robert McIntyre reorginazed save corruption code
2012-03-27 Robert McIntyre script: save corruption
2012-03-27 Robert McIntyre script: bought initial 5 items.
2012-03-27 Robert McIntyre fix compiliation errors
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.
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
2012-03-23 Robert McIntyre working on printing pokemon in a nicely formatted way.
2012-03-23 Dylan Holmes Further explorations in memory.
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 merged changes
2012-03-22 Robert McIntyre successfully captured program counter!
2012-03-22 Dylan Holmes merged changes.
2012-03-22 Dylan Holmes added world directory for practice worldbuilding.
2012-03-22 Dylan Holmes Added a worlds directory for worldbuilding practice, and added some assembly-reading utilities.
2012-03-22 Dylan Holmes merged assembly
2012-03-22 Robert McIntyre finished mapping out pokemon memory region.