summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-19 17:30:49 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-19 17:30:49 -0500
commit7116203eb4c51a0666bd812c9739ad5d7f4bf176 (patch)
treec876a5574948376a8ebad225e67ce086f2b9064f
parent6220b904049f1851871b1363890868ae66a5a67b (diff)
add TrainerGroupHeaders to script_parse_table
original-commit-id: e52d1e9415fd66e00f9867c0b7d93f963e563774
-rw-r--r--crystal.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/crystal.py b/crystal.py
index c1bac61..03fa4ba 100644
--- a/crystal.py
+++ b/crystal.py
@@ -3516,8 +3516,7 @@ class TrainerGroupHeader:
self.label = Label(name=group_name+"TrainerGroupHeader", address=self.address, object=self)
self.parse()
- # TODO: add this to script_parse_table
- #script_parse_table[address : self.last_address] = self
+ script_parse_table[address : self.last_address] = self
def get_dependencies(self, recompute=False, global_dependencies=set()):
""" TrainerGroupHeader has no dependencies.