Don't pass redundant label names to table_width
and list_start
(#1160)
This commit is contained in:
@@ -7,7 +7,7 @@ ENDM
|
||||
|
||||
ItemAttributes:
|
||||
; entries correspond to item ids (see constants/item_constants.asm)
|
||||
table_width ITEMATTR_STRUCT_LENGTH, ItemAttributes
|
||||
table_width ITEMATTR_STRUCT_LENGTH
|
||||
; MASTER_BALL
|
||||
item_attribute 0, HELD_NONE, 0, CANT_SELECT, BALL, ITEMMENU_NOUSE, ITEMMENU_CLOSE
|
||||
; ULTRA_BALL
|
||||
|
Reference in New Issue
Block a user