Fix ScaryFace anim for Bitter Malice (#6476)

This commit is contained in:
TLM-PsIQ 2025-06-03 22:25:29 +02:00 committed by GitHub
parent 7263bb1886
commit 8b52e100b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3395,7 +3395,7 @@ void AnimTask_ScaryFace(u8 taskId)
bool32 onPlayer;
if (gAnimMoveIndex == MOVE_BITTER_MALICE)
onPlayer = IsOnPlayerSide(gBattleAnimAttacker);
onPlayer = !IsOnPlayerSide(gBattleAnimAttacker);
else
onPlayer = !IsOnPlayerSide(gBattleAnimTarget);