mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
caught a self.label -> self.label.name
This commit is contained in:
parent
ddbfc016c1
commit
bde9cb3b57
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user