Add locations to lookup. Wow, easy.

This commit is contained in:
Eevee 2010-03-23 22:56:45 -07:00
parent 043f8154ae
commit 41c2ebdeaf

View file

@ -58,6 +58,7 @@ class PokedexLookup(object):
for cls in ( for cls in (
tables.Ability, tables.Ability,
tables.Item, tables.Item,
tables.Location,
tables.Move, tables.Move,
tables.Pokemon, tables.Pokemon,
tables.Type, tables.Type,