diff options
Diffstat (limited to 'extras/crystal.py')
-rw-r--r-- | extras/crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/crystal.py b/extras/crystal.py index f48d69031..eca4c6c2d 100644 --- a/extras/crystal.py +++ b/extras/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 |