From 6074a55e3d40fb6e94ecb07092317bf54f5e7ad7 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Thu, 24 May 2012 22:01:50 -0500 Subject: minor whitespace fix --- extras/crystal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/crystal.py') 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 -- cgit v1.2.3