veekun_pokedex/pokedex
Zhorken 276098b655 Store each Pokémon's initial hatch counter instead of a step count.
The step counts we had weren't even good estimates.  To hatch an egg
uninterrupted takes (counter + 1) * 255 steps in gen IV; what we had
was counter * 256.

Phione and Manaphy have different counters, as do Croagunk and Toxicroak
for some reason, so they're associated with individual Pokémon now,
rather than entire evolution chains.  Double-checked with Pearl,
Platinum, and SoulSilver; there were no differences between the three,
aside from the alternate forms introduced in Platinum.
2010-07-13 23:07:25 -04:00
..
data/csv Store each Pokémon's initial hatch counter instead of a step count. 2010-07-13 23:07:25 -04:00
db Store each Pokémon's initial hatch counter instead of a step count. 2010-07-13 23:07:25 -04:00
struct Added an is_shiny accessor to Pokémon structs. 2010-07-07 22:33:14 -07:00
tests Split PokedexLookup(recreate=True) into its own method. #216 2010-05-12 22:38:36 -07:00
__init__.py Added a big old construct-based pkm parser. #183 2010-06-17 21:47:44 -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 Significantly improved lookup fuzzy matching. 2010-07-07 22:33:14 -07:00
roomaji.py roomaji.py now handles "wu xe" and "shi xi" correctly. #132 2010-04-16 23:09:33 -07:00
util.py Python 2.5 compatibility 2010-05-25 14:41:15 -07:00