mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-07-20 09:23:23 -05:00
remove old comment
original-commit-id: a06cb374ef12552ffd2404eac561c5eb1810b324
This commit is contained in:
parent
e2cfea3598
commit
bcaf73c046
|
|
@ -2109,7 +2109,6 @@ class Script:
|
|||
commands.append(cls)
|
||||
#current_address = cls.last_address + 1
|
||||
current_address += cls.size
|
||||
#XXX set to "self" in script_parse_table when this moves into the Script class
|
||||
self.last_address = current_address
|
||||
script_parse_table[start_address:current_address] = self
|
||||
asm_output = "\n".join([command.to_asm() for command in commands])
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user