Give Pokémon internal IDs their own table and add all gens' IDs.
authorZhorken <zhorken@gmail.com>
Mon, 7 Jun 2010 19:35:22 +0000 (15:35 -0400)
committerZhorken <zhorken@gmail.com>
Mon, 7 Jun 2010 20:15:23 +0000 (16:15 -0400)
commit56d77dd66179f484e0a7d3a6614a155c14f36e65
treeb6e310c673eb76ef97ac523b8cf67825c942c51d
parent094276aac78670a2b59ad962062555361271f6ae
Give Pokémon internal IDs their own table and add all gens' IDs.

- Gen I has them all mixed around.
- Gen II has no surprises, but I figured it's good to be thorough.
- Gen III has the first 251 in order, then a big break, then the
  third-gen Pokémon mixed around, though families are usually together.
- Gen IV has the 493 in order and then alternate forms after Arceus,
  which will be useful to have once Gen V comes and we have to bump
  the alt forms in the pokemon table forward.
pokedex/data/csv/pokedex_version_groups.csv
pokedex/data/csv/pokedexes.csv
pokedex/data/csv/pokemon_dex_numbers.csv
pokedex/data/csv/pokemon_internal_ids.csv [new file with mode: 0644]
pokedex/db/tables.py