From e09ac1d96902a19092c62e3ec156edc6ca1de99c Mon Sep 17 00:00:00 2001 From: hedara90 <90hedara@gmail.com> Date: Wed, 19 Feb 2025 18:07:54 +0100 Subject: [PATCH] Update how_to_testing_system.md (#6281) Co-authored-by: Bassoonian --- docs/tutorials/how_to_testing_system.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/tutorials/how_to_testing_system.md b/docs/tutorials/how_to_testing_system.md index c573dfbbf7..8a97800f87 100644 --- a/docs/tutorials/how_to_testing_system.md +++ b/docs/tutorials/how_to_testing_system.md @@ -554,6 +554,10 @@ Causes the test to fail if a and b compare incorrectly, e.g. EXPECT_EQ(results[0].damage, Q_4_12(1.5), results[1].damage); ``` +### `FORCE_MOVE_ANIM` +`FORCE_MOVE_ANIM(TRUE)` +Forces the moves in the current test to do their animations in headless mode. Useful for debugging animations. + ## Overworld Command Reference ### `OVERWORLD_SCRIPT`