projects
/
zzz-pokedex.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove absolute HP from the capture chance formula.
[zzz-pokedex.git]
/
pokedex
/
lookup.py
diff --git
a/pokedex/lookup.py
b/pokedex/lookup.py
index
f35e335
..
5287c72
100644
(file)
--- a/
pokedex/lookup.py
+++ b/
pokedex/lookup.py
@@
-58,6
+58,7
@@
class PokedexLookup(object):
for cls in (
tables.Ability,
tables.Item,
+ tables.Location,
tables.Move,
tables.Pokemon,
tables.Type,