mirror of https://github.com/pret/pokeemerald.git
Oopsie :P
parent
4f69ffa308
commit
2629c64cac
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue