mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-27 12:44:09 -05:00
don't override the object type/variable
This commit is contained in:
@@ -7153,8 +7153,8 @@ class Label:
|
||||
"""
|
||||
Generates a label name based on parents and self.object.
|
||||
"""
|
||||
object = self.object
|
||||
name = object.make_label()
|
||||
obj = self.object
|
||||
name = obj.make_label()
|
||||
return name
|
||||
|
||||
def find_labels_without_addresses():
|
||||
|
||||
Reference in New Issue
Block a user