Rename internal_id to game_index.
[zzz-pokedex.git] / pokedex / struct / __init__.py
2011-03-25  EeveeRename internal_id to game_index.
2011-03-09  EeveeAdd a SaveFilePokemon accessor to get the form.
2010-08-20  EeveeAdapt the Pokémon savefile struct to the database. veekun-promotions/2010082201
2010-07-08  EeveeAdded an is_shiny accessor to Pokémon structs. veekun-promotions/2010070701
2010-06-18  EeveeAdded a big old construct-based pkm parser. #183