Don't pass redundant label names to table_width
and list_start
(#1160)
This commit is contained in:
@@ -63,7 +63,7 @@ RunScriptCommand:
|
||||
|
||||
ScriptCommandTable:
|
||||
; entries correspond to *_command constants (see macros/scripts/events.asm)
|
||||
table_width 2, ScriptCommandTable
|
||||
table_width 2
|
||||
dw Script_scall ; 00
|
||||
dw Script_farscall ; 01
|
||||
dw Script_memcall ; 02
|
||||
|
Reference in New Issue
Block a user