summaryrefslogtreecommitdiff
path: root/crystal.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-24 22:01:50 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-24 22:01:50 -0500
commit27223d5b57bde28ed6807a228a50bdecd9e0337e (patch)
tree6b787f50c95aa8615bb33e6d7823d470ced339c8 /crystal.py
parentbd196063d3607a73fd4e93cfae78f25b5f7c30d2 (diff)
minor whitespace fix
original-commit-id: 6074a55e3d40fb6e94ecb07092317bf54f5e7ad7
Diffstat (limited to 'crystal.py')
-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