use direction constant
This commit is contained in:
+1
-1
@@ -2931,7 +2931,7 @@ static void SpawnLinkPlayerObjectEvent(u8 linkPlayerId, s16 x, s16 y, u8 gender)
|
|||||||
|
|
||||||
objEvent->active = 1;
|
objEvent->active = 1;
|
||||||
linkGender(objEvent) = gender;
|
linkGender(objEvent) = gender;
|
||||||
linkDirection(objEvent) = 2;
|
linkDirection(objEvent) = DIR_NORTH;
|
||||||
objEvent->spriteId = 64;
|
objEvent->spriteId = 64;
|
||||||
|
|
||||||
InitLinkPlayerObjectEventPos(objEvent, x, y);
|
InitLinkPlayerObjectEventPos(objEvent, x, y);
|
||||||
|
|||||||
Reference in New Issue
Block a user