veekun_pokedex/pokedex/db
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
..
__init__.py Factor out logic for finding the default db/index. #180 2010-05-13 21:45:51 -07:00
load.py Python 2.5 compatibility 2010-05-25 14:41:15 -07:00
markdown.py Use absolute_import in markdown.py, to fix import problem. 2010-06-02 00:17:27 -07:00
tables.py Store each Pokémon's initial hatch counter instead of a step count. 2010-07-13 23:07:25 -04:00