summaryrefslogtreecommitdiff
path: root/crystal.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-20 14:32:19 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-20 14:32:19 -0500
commit5dca99fe607b420e542dc1add9bc919d3e6c2b2f (patch)
tree224e35e44bbf591e238bcc763160208399d77ec3 /crystal.py
parent96b34ee905bafa92d73b29f6078ad94805d3ee9a (diff)
add the labels to the scripts, not to the params pointing to scripts
original-commit-id: ba72006077d276c85ed4c1e20d9a1f8610b566ed
Diffstat (limited to 'crystal.py')
-rw-r--r--crystal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/crystal.py b/crystal.py
index 2f9ea85..881e996 100644
--- a/crystal.py
+++ b/crystal.py
@@ -4458,6 +4458,7 @@ class Signpost(Command):
param = ScriptPointerLabelParam(address=self.address+3, map_group=self.map_group, map_id=self.map_id, debug=self.debug, force=False)
self.params.append(param)
+ param = script_parse_table[param.parsed_address]
param.label = Label(address=param.address, object=param, name="Map"+map_names[self.map_group][self.map_id]["label"]+"Signpost"+str(self.id)+"Script")
#self.script_address = script_address