diff options
Diffstat (limited to 'pokemontools/crystal.py')
| -rw-r--r-- | pokemontools/crystal.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py index f4d2b00..b4d5185 100644 --- a/pokemontools/crystal.py +++ b/pokemontools/crystal.py @@ -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(): | 
