mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 19:54:21 +01:00
Merge pull request #2357 from LOuroboros/patch-2
Update field_specials.c
This commit is contained in:
commit
b8aa34af81
@ -1055,7 +1055,7 @@ static void PCTurnOffEffect(void)
|
||||
u16 tileId = 0;
|
||||
u8 playerDirection = GetPlayerFacingDirection();
|
||||
|
||||
if (IsPlayerInFrontOfPC() == TRUE)
|
||||
if (IsPlayerInFrontOfPC() == FALSE)
|
||||
return;
|
||||
switch (playerDirection)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user