mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add locations to lookup. Wow, easy.
This commit is contained in:
parent
043f8154ae
commit
41c2ebdeaf
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue