veekun_pokedex/pokedex
Zhorken 577a6b44a4 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.
2010-06-07 16:15:23 -04:00
..
data/csv Give Pokémon internal IDs their own table and add all gens' IDs. 2010-06-07 16:15:23 -04:00
db Give Pokémon internal IDs their own table and add all gens' IDs. 2010-06-07 16:15:23 -04:00
tests Split PokedexLookup(recreate=True) into its own method. #216 2010-05-12 22:38:36 -07:00
__init__.py Python 2.5 compatibility 2010-05-25 14:41:15 -07:00
defaults.py Factor out logic for finding the default db/index. #180 2010-05-13 21:45:51 -07:00
formulae.py Fixed the hell out of the capture rate formula. #150 2010-04-17 02:16:42 -07:00
lookup.py Python 2.5 compatibility 2010-05-25 14:41:15 -07:00
roomaji.py roomaji.py now handles "wu xe" and "shi xi" correctly. #132 2010-04-16 23:09:33 -07:00
savefile.py Python 2.5 compatibility 2010-05-25 14:41:15 -07:00
util.py Python 2.5 compatibility 2010-05-25 14:41:15 -07:00