alfalfascout / pokemon-daycare

A web page that calculates the chance of hatching the pokemon with the stats you want.
GNU General Public License v3.0
6 stars 1 forks source link

Cleanup Pokedex #7

Closed alfalfascout closed 8 years ago

alfalfascout commented 8 years ago

I started writing the pokedex in a JSON-like format in the hopes that I could use JSON but that didn't quite work out. Now I have it stored as an object of objects (of objects) & convert it to an array of objects at runtime. It should probably be an array to start with.