diff --git a/Supplementary-Scripting-Macros.md b/Supplementary-Scripting-Macros.md index 3c839e3..dfa0ccf 100644 --- a/Supplementary-Scripting-Macros.md +++ b/Supplementary-Scripting-Macros.md @@ -28,7 +28,7 @@ The scripting macro, with commented description: .endif .endm ``` -This is `applymovement` but with `waitmovement` built-in. `applymove` is also shorter to type. If `wait` is not supplied, `waitmovement 0` is emitted. Contrary to the next commands, a supplied `wait` becomes the parameter for `waitmovement`. If you don't want to use a `waitmovement`, use the regular `applymovement` macro instead. +This is `applymovement` but with `waitmovement` built-in. `applymove` is also shorter to type. If `wait` is not supplied, `waitmovement 0` is emitted. Contrary to the next macros, a supplied `wait` becomes the parameter for `waitmovement`. If you don't want to use a `waitmovement`, use the regular `applymovement` macro instead. Example usages: ```c