summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-04-29 10:26:27 -0500
committerBryan Bishop <kanzure@gmail.com>2012-04-29 10:26:27 -0500
commita06cb374ef12552ffd2404eac561c5eb1810b324 (patch)
treeaaee11871568090eae79bb0359fe0bae19986431
parentd4508d9beda76be00c79296e88129a5dcfd908d2 (diff)
remove old comment
-rw-r--r--extras/crystal.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/crystal.py b/extras/crystal.py
index 0495395a1..6e83b82b4 100644
--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -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])