ref: e52d1e9415fd66e00f9867c0b7d93f963e563774
parent: 82731321cb7c6063fbca87ca9ab7ed0a0a364ba9
author: Bryan Bishop <[email protected]>
date: Sat May 19 13:30:49 EDT 2012
add TrainerGroupHeaders to script_parse_table
--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -3516,8 +3516,7 @@
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.