mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
77ee4eb8a0
This appears to be the only way to make data access in eggs actually work, and is why the Platinum sprites are in pokedex/ too.
94 B
94 B
1 | id | name | formula |
---|---|---|---|
2 | 1 | slow | 1.2x^3 |
3 | 2 | medium | x^3 |
4 | 3 | fast | 0.8x^3 |
5 | 4 | poly | ? |
6 | 5 | superfast | ? |
7 | 6 | superslow | ? |