Don't pass redundant label names to table_width
and list_start
(#1160)
This commit is contained in:
@@ -7,7 +7,7 @@ ENDM
|
||||
|
||||
SpecialPhoneCallList:
|
||||
; entries correspond to SPECIALCALL_* constants
|
||||
table_width SPECIALCALL_SIZE, SpecialPhoneCallList
|
||||
table_width SPECIALCALL_SIZE
|
||||
specialcall SpecialCallOnlyWhenOutside, PHONECONTACT_ELM, ElmPhoneCallerScript
|
||||
specialcall SpecialCallOnlyWhenOutside, PHONECONTACT_ELM, ElmPhoneCallerScript
|
||||
specialcall SpecialCallOnlyWhenOutside, PHONECONTACT_ELM, ElmPhoneCallerScript
|
||||
|
Reference in New Issue
Block a user