From 00acaf5dfd3882396c0dd4082a32ba96335cc74f Mon Sep 17 00:00:00 2001 From: Martin Griffin Date: Thu, 18 Jun 2026 06:20:29 +0100 Subject: [PATCH] applywaitmovement --- asm/macros/event.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/asm/macros/event.inc b/asm/macros/event.inc index 3204d1781e..ae0aafd448 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -1992,3 +1992,9 @@ setvar VAR_0x8006, \item special CreateEnemyEventMon .endm + + @ Applies a movement to an object and waits for it to finish. + .macro applywaitmovement localId:req, movements:req, map + applymovement \localId, \movements, \map + waitmovement + .endm