veekun_pokedex/pokedex
Eevee 28d81cc25f Rearranged evolution table; added new B/W evolutions. #378
There are now (well, have been for a while) multiple ways to evolve
a Pokémon from its unique parent, so the current schema wasn't working.
The parent Pokémon has moved back to the main pokemon table, and
pokemon_evolution has grown an artificial primary key.

New evolution methods for Milotic, Leafeon, Glaceon, Magnezone, and
Probopass have been added.
2011-04-10 16:33:18 -07:00
..
data/csv Rearranged evolution table; added new B/W evolutions. #378 2011-04-10 16:33:18 -07:00
db Rearranged evolution table; added new B/W evolutions. #378 2011-04-10 16:33:18 -07:00
struct Rename internal_id to game_index. 2011-03-24 19:37:12 -07:00
tests Fix default language assignment once and for all. 2011-04-10 00:54:14 -07:00
__init__.py Speed up import pokedex.db slightly. 2011-04-03 03:13:07 -07:00
defaults.py Speed up import pokedex.db slightly. 2011-04-03 03:13:07 -07:00
formulae.py Give calculated_stat and calculated_hp the same signature. 2011-03-10 22:12:03 -08:00
lookup.py Random lookup algorithm is now more naive, but less broken. 2011-04-03 01:56:27 -07:00
main.py Add usage text for --safe. 2011-04-03 03:21:54 -07:00
roomaji.py Add Czech romanization 2011-03-29 17:46:41 +03:00
util.py Add MarkdownString.__html__(). 2011-04-03 03:17:04 -07:00