mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-09-07 17:55:12 -05:00
minor whitespace fix
original-commit-id: 6074a55e3d40fb6e94ecb07092317bf54f5e7ad7
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user