summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crystal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crystal.py b/crystal.py
index f48d690..eca4c6c 100644
--- a/crystal.py
+++ b/crystal.py
@@ -5626,7 +5626,7 @@ class PokedexEntry:
jump = how_many_until(chr(0x50), address)
self.page2 = PokedexText(address)
- self.last_address = address + jump + 1
+ self.last_address = address + jump + 1
#print(self.to_asm())
return True