fix call to item_label_by_id

This commit is contained in:
Bryan Bishop 2013-11-22 21:28:50 -06:00
parent 504d9cc896
commit bbebec611d

View File

@ -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: