summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-11-18 17:24:43 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-11-18 17:24:43 -0500
commit591ab7241f04fc40114cb2c81c3fc87f85365eda (patch)
treef1328977aa37a9b0ab4be2c76801922654992c2f
parentc89dfd9f5618eef74f2d39d7c1ea3a5a5448ed8e (diff)
Macro comment typo fix, Object->object
-rw-r--r--asm/macros/event.inc16
1 files changed, 8 insertions, 8 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc
index 14634ec1e..7d34a00f3 100644
--- a/asm/macros/event.inc
+++ b/asm/macros/event.inc
@@ -588,7 +588,7 @@
.2byte \decoration
.endm
- @ Applies the movement data at movements to the specified (localId) Object. If no map is specified, then the current map is used.
+ @ Applies the movement data at movements to the specified (localId) object. If no map is specified, then the current map is used.
.macro applymovement localId:req, movements:req, map
.ifb \map
.byte 0x4f
@@ -603,9 +603,9 @@
.endif
.endm
- @ Blocks script execution until the movements being applied to the specified (localId) Object finish.
- @ If the specified Object is 0, then the command will block script execution until all Objects
- @ affected by applymovement finish their movements. If the specified Object is not currently being
+ @ Blocks script execution until the movements being applied to the specified (localId) object finish.
+ @ If the specified object is 0, then the command will block script execution until all objects
+ @ affected by applymovement finish their movements. If the specified object is not currently being
@ manipulated with applymovement, then this command does nothing.
@ If no map is specified, then the current map is used.
.macro waitmovement localId:req, map
@@ -619,7 +619,7 @@
.endif
.endm
- @ Attempts to despawn the specified (localId) Object on the specified (map_group, map_num) map.
+ @ Attempts to despawn the specified (localId) object on the specified map.
@ It also sets the object's visibility flag if it has one.
@ If no map is specified, then the current map is used.
.macro removeobject localId:req, map
@@ -633,8 +633,8 @@
.endif
.endm
- @ Attempts to spawn the specified (localId) Object the specified (map_group, map_num) map.
- @ Note that unlike removeobject this does not modify the OObject's flag.
+ @ Attempts to spawn the specified (localId) object the specified map.
+ @ Note that unlike removeobject this does not modify the object's flag.
@ If no map is specified, then the current map is used.
.macro addobject localId:req, map
.ifb \map
@@ -647,7 +647,7 @@
.endif
.endm
- @ Sets the specified (localId) Object's position on the current map.
+ @ Sets the specified (localId) object's position on the current map.
.macro setobjectxy localId:req, x:req, y:req
.byte 0x57
.2byte \localId