veekun_pokedex/pokedex
Eevee 9fc09eb0ec Reordered some rows in mapping tables.
This does NOT actually change the data at all!  These tables were
apparently created with no key defined, so the rows were in arbitrary
order -- but when I created and populated the tables in MySQL on
nyarumaa, the keys were defined correctly, and InnoDB ordered them by
key.  This is about what should happen anyway and the discrepancy adds
clutter when dumping corrections, so I'm just committing the new order.
2009-05-01 06:29:19 -07:00
..
data/csv Reordered some rows in mapping tables. 2009-05-01 06:29:19 -07:00
db Added encounter data for Diamond, Pearl, and Platinum. 2009-05-01 06:20:18 -07:00
__init__.py Made csvimport somewhat tolerant of load errors. 2009-05-01 06:24:09 -07:00
formulae.py Added a function for the EXP formula. 2009-03-27 19:49:20 -04:00