mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
276098b655
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. |
||
---|---|---|
.. | ||
data/csv | ||
db | ||
struct | ||
tests | ||
__init__.py | ||
defaults.py | ||
formulae.py | ||
lookup.py | ||
roomaji.py | ||
util.py |