diff --git a/asm/macros/event.inc b/asm/macros/event.inc index f62b1c0def..3204d1781e 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -301,7 +301,7 @@ @ @ implicit is set when a waitstate is generated as part of another command (e.g. special) @ if an implicit waitstate is immediately followed by another waitstate, a warning is raised - .macro waitstate, implicit=0 + .macro waitstate implicit=0 .if _last_implicit_waitstate == . .warning "explicit waitstate follows implicit waitstate, ignoring" .else diff --git a/data/script_cmd_table.inc b/data/script_cmd_table.inc index 5b7ed740fa..805655197c 100644 --- a/data/script_cmd_table.inc +++ b/data/script_cmd_table.inc @@ -1,6 +1,6 @@ .ifndef SCRIPT_CMD_TABLE_ENTRY_MACRO .set SCRIPT_CMD_TABLE_ENTRY_MACRO, 1 - .macro script_cmd_table_entry constant:req value:req + .macro script_cmd_table_entry constant:req, value:req .if ALLOCATE_SCRIPT_CMD_TABLE .4byte \value .else