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
|
```c
|
||||||
@ Gets the facing direction of a given event object and stores it in the variable \dest.
|
@ Gets the facing direction of a given event object and stores it in the variable \dest.
|
||||||
.macro getobjectfacingdirection evObjId:req, dest:req
|
.macro getobjectfacingdirection evObjId:req, dest:req
|
||||||
setvar \dest, \evObjId
|
setvar VAR_TEMP_1, \evObjId
|
||||||
specialvar \dest, Script_GetObjectFacingDirection
|
specialvar \dest, Script_GetObjectFacingDirection
|
||||||
.endm
|
.endm
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue