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
commite52d1e9415fd66e00f9867c0b7d93f963e563774 (patch)
tree2d63fb0c5cb98983dc87c9ba3c78cec1f4a978a0
parent82731321cb7c6063fbca87ca9ab7ed0a0a364ba9 (diff)
add TrainerGroupHeaders to script_parse_table
-rw-r--r--extras/crystal.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/extras/crystal.py b/extras/crystal.py
index c1bac61bb..03fa4ba82 100644
--- a/extras/crystal.py
+++ b/extras/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.