Commit graph

5 commits

Author SHA1 Message Date
Petr Viktorin
f2670d2cb6 Enable the PokemonStringAdapter to encode values back into a blob 2012-10-12 21:44:49 +02:00
Petr Viktorin
bc672dde83 Add character map for generation 5 2012-10-12 21:44:49 +02:00
Petr Viktorin
198a1fac8d Update struct
- Update for Generation 5. This means SaveFilePokemon becomes an abstract
  base, with SaveFilePokemonGen4 and SaveFilePokemonGen5 subclasses.
  The pokemon_struct is changed to a structure factory.
  Diff best viewed with the ignore whitespace setting.
- Allow creating a SaveFilePokemon with a zeroed-out blob (to be filled
  in later). Several fields are zeroed out in gen 5 so this helps the
  above.
2012-10-12 21:44:48 +02:00
Eevee
9c2def712c Adapt the Pokémon savefile struct to the database. 2010-08-19 20:48:03 -07:00
Eevee
c1c1d8cb63 Added a big old construct-based pkm parser. #183 2010-06-17 21:47:44 -07:00