mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-25 07:36:47 -05:00
fix call to item_label_by_id
This commit is contained in:
parent
504d9cc896
commit
bbebec611d
|
|
@ -778,7 +778,7 @@ HexByte=DollarSignByte
|
|||
|
||||
class ItemLabelByte(DollarSignByte):
|
||||
def to_asm(self):
|
||||
label = item_constants.item_constants.find_item_label_by_id(self.byte)
|
||||
label = item_constants.find_item_label_by_id(self.byte)
|
||||
if label:
|
||||
return label
|
||||
elif not label:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user