ref: 6074a55e3d40fb6e94ecb07092317bf54f5e7ad7
parent: 2c8edc1ab026b2663953ef3c99d9ef6e34028579
author: Bryan Bishop <[email protected]>
date: Thu May 24 18:01:50 EDT 2012
minor whitespace fix
--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -5626,7 +5626,7 @@
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