mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
remove old comment
This commit is contained in:
parent
d4508d9bed
commit
a06cb374ef
@ -2109,7 +2109,6 @@ class Script:
|
|||||||
commands.append(cls)
|
commands.append(cls)
|
||||||
#current_address = cls.last_address + 1
|
#current_address = cls.last_address + 1
|
||||||
current_address += cls.size
|
current_address += cls.size
|
||||||
#XXX set to "self" in script_parse_table when this moves into the Script class
|
|
||||||
self.last_address = current_address
|
self.last_address = current_address
|
||||||
script_parse_table[start_address:current_address] = self
|
script_parse_table[start_address:current_address] = self
|
||||||
asm_output = "\n".join([command.to_asm() for command in commands])
|
asm_output = "\n".join([command.to_asm() for command in commands])
|
||||||
|
Loading…
Reference in New Issue
Block a user