minor whitespace fix

This commit is contained in:
Bryan Bishop 2012-05-24 22:01:50 -05:00
parent 2c8edc1ab0
commit 6074a55e3d

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