applywaitmovement

This commit is contained in:
Martin Griffin
2026-06-18 06:20:29 +01:00
parent c2dcc629fd
commit 00acaf5dfd

View File

@@ -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