mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-20 23:57:11 -05:00
caught a self.label -> self.label.name
original-commit-id: bde9cb3b5731e82aa7b694c0005d12f053dc9e06
This commit is contained in:
parent
9a2408a864
commit
847531c985
|
|
@ -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