diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-04 10:09:42 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2022-01-04 10:09:42 -0500 |
commit | ce55e58ad83e57b7e1fde7eeb3c3c94365fe0f12 (patch) | |
tree | e7362be712100331f2d47dfd0c5a5c1f1b94e6be /asm/macros | |
parent | 84925a892b20b8f688d36a616366f72ed52f686f (diff) |
Misc cleanup
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/event.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc index 28f010ef2..8d65f602d 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -604,9 +604,8 @@ .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 - @ manipulated with applymovement, then this command does nothing. + @ If localId is 0, then the id of the last-moved object will be used instead. 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 .ifb \map |