Renamed evObjId to localId

This commit is contained in:
pkmnsnfrn 2024-08-14 19:05:30 -07:00
parent 881e54a52b
commit bdeedaa949

View file

@ -2407,8 +2407,8 @@
.endm .endm
@ 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 localId:req, dest:req
setvar VAR_0x8005, \evObjId setvar VAR_0x8005, \localId
specialvar \dest, Script_GetObjectFacingDirection specialvar \dest, Script_GetObjectFacingDirection
.endm .endm