use direction constant

This commit is contained in:
Kurausukun 2020-12-14 21:54:19 -05:00
parent 68b456e7f9
commit 69cfe5ad01

View File

@ -2931,7 +2931,7 @@ static void SpawnLinkPlayerObjectEvent(u8 linkPlayerId, s16 x, s16 y, u8 gender)
objEvent->active = 1;
linkGender(objEvent) = gender;
linkDirection(objEvent) = 2;
linkDirection(objEvent) = DIR_NORTH;
objEvent->spriteId = 64;
InitLinkPlayerObjectEventPos(objEvent, x, y);