summaryrefslogtreecommitdiff
path: root/crystal.py
diff options
context:
space:
mode:
Diffstat (limited to 'crystal.py')
-rw-r--r--crystal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crystal.py b/crystal.py
index 54ed9a9..20de08d 100644
--- a/crystal.py
+++ b/crystal.py
@@ -555,7 +555,7 @@ class TextScript:
pointer = extract_maps.calculate_pointer(pointer, pointer_bank)
text = TextScript(pointer, map_group=self.map_group, map_id=self.amp_id, debug=self.debug, \
- show=self.debug, force=self.debug, label="Target"+self.label)
+ show=self.debug, force=self.debug, label="Target"+self.label.name)
self.dependencies.append(text)
command = {"type": command_byte,