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 | 27223d5b57bde28ed6807a228a50bdecd9e0337e (patch) | |
tree | 6b787f50c95aa8615bb33e6d7823d470ced339c8 /crystal.py | |
parent | bd196063d3607a73fd4e93cfae78f25b5f7c30d2 (diff) |
minor whitespace fix
original-commit-id: 6074a55e3d40fb6e94ecb07092317bf54f5e7ad7
Diffstat (limited to 'crystal.py')
-rw-r--r-- | crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |