diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-24 22:01:50 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-24 22:01:50 -0500 |
commit | 6074a55e3d40fb6e94ecb07092317bf54f5e7ad7 (patch) | |
tree | 93f502277792bc47542f6a221b3930576378a8f6 /extras | |
parent | 2c8edc1ab026b2663953ef3c99d9ef6e34028579 (diff) |
minor whitespace fix
Diffstat (limited to 'extras')
-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 |