minor whitespace fix

original-commit-id: 6074a55e3d40fb6e94ecb07092317bf54f5e7ad7
This commit is contained in:
Bryan Bishop
2012-05-24 22:01:50 -05:00
parent bd196063d3
commit 27223d5b57

View File

@@ -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