mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-27 21:20:50 -05:00
Cleanup commas in .macro
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user