veekun_pokedex/pokedex
a_magical_me ffc30bff8f Factor out logic for finding the default db/index. #180
Note: `if not x:` has changed to `if x is not None:`, changing the
semantics slightly.  Shouldn't be a big issue.
2010-05-13 21:45:51 -07:00
..
data/csv Added some missing item icons and fixed TMs/Data Cards. #248 2010-05-11 20:20:33 -07:00
db Factor out logic for finding the default db/index. #180 2010-05-13 21:45:51 -07:00
tests Split PokedexLookup(recreate=True) into its own method. #216 2010-05-12 22:38:36 -07:00
__init__.py Factor out logic for finding the default db/index. #180 2010-05-13 21:45:51 -07:00
defaults.py Factor out logic for finding the default db/index. #180 2010-05-13 21:45:51 -07:00
formulae.py Fixed the hell out of the capture rate formula. #150 2010-04-17 02:16:42 -07:00
lookup.py Factor out logic for finding the default db/index. #180 2010-05-13 21:45:51 -07:00
roomaji.py roomaji.py now handles "wu xe" and "shi xi" correctly. #132 2010-04-16 23:09:33 -07:00
savefile.py Added pokedex.savefile, which can encrypt/decrypt Pokémon save structs. 2010-04-16 23:09:34 -07:00