Don't pass redundant label names to table_width
and list_start
(#1160)
This commit is contained in:
@@ -20,7 +20,7 @@ ENDM
|
||||
|
||||
PartyMenuQualityPointers:
|
||||
; entries correspond to PARTYMENUACTION_* constants
|
||||
table_width 2, PartyMenuQualityPointers
|
||||
table_width 2
|
||||
dw .Default ; PARTYMENUACTION_CHOOSE_POKEMON
|
||||
dw .Default ; PARTYMENUACTION_HEALING_ITEM
|
||||
dw .Default ; PARTYMENUACTION_SWITCH
|
||||
|
Reference in New Issue
Block a user