mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 17:34:20 +01:00
use direction constant
This commit is contained in:
parent
68b456e7f9
commit
69cfe5ad01
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user