mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-09 03:26:31 -05:00
applywaitmovement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user