From 08da5e07baebe8281c106c580b8e6fd9a67ef3a6 Mon Sep 17 00:00:00 2001 From: Deokishisu <6993375+Deokishisu@users.noreply.github.com> Date: Sun, 14 Apr 2024 15:49:23 -0400 Subject: [PATCH] Updated Supplementary Scripting Macros (markdown) --- Supplementary-Scripting-Macros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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