Fix by ghoulslash for surf dismount ground effects

This commit is contained in:
Ninjdai 2023-11-11 23:47:56 +01:00
parent 88a2e3a957
commit 0a2aacd446

View File

@ -1701,6 +1701,7 @@ static void Task_WaitStopSurfing(u8 taskId)
gPlayerAvatar.preventStep = FALSE;
UnlockPlayerFieldControls();
DestroySprite(&gSprites[playerObjEvent->fieldEffectSpriteId]);
playerObjEvent->triggerGroundEffectsOnMove = TRUE;
DestroyTask(taskId);
}
}