Oopsie :P

LOuroboros 2022-11-07 19:29:11 -03:00
parent 4f69ffa308
commit 2629c64cac
1 changed files with 1 additions and 1 deletions

@ -291,7 +291,7 @@ This command will let you check the direction at which an object event on a map
```c
@ Gets the facing direction of a given event object and stores it in the variable \dest.
.macro getobjectfacingdirection evObjId:req, dest:req
setvar \dest, \evObjId
setvar VAR_TEMP_1, \evObjId
specialvar \dest, Script_GetObjectFacingDirection
.endm
```