Add locations to lookup. Wow, easy.
[zzz-pokedex.git] / pokedex / lookup.py
index f35e335..5287c72 100644 (file)
@@ -58,6 +58,7 @@ class PokedexLookup(object):
         for cls in (
             tables.Ability,
             tables.Item,
+            tables.Location,
             tables.Move,
             tables.Pokemon,
             tables.Type,