From d3e4c8f5ab4d68d598545680071041fd69eccddf Mon Sep 17 00:00:00 2001 From: ghoulslash <41651341+ghoulslash@users.noreply.github.com> Date: Fri, 24 Jul 2020 11:23:13 -0600 Subject: [PATCH] Updated Surfing Dismount Ground Effects (markdown) --- Surfing-Dismount-Ground-Effects.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Surfing-Dismount-Ground-Effects.md b/Surfing-Dismount-Ground-Effects.md index d292e4e..0f078ac 100644 --- a/Surfing-Dismount-Ground-Effects.md +++ b/Surfing-Dismount-Ground-Effects.md @@ -10,7 +10,6 @@ In vanilla emerald, the ground effects are not updated at the end of the surf di This fix is very simple. Open [src/field_player_avatar.c](../blob/master/src/field_player_avatar.c) and find the function `Task_WaitStopSurfing`. Before the line `DestroyTask(taskId)`, add the following: ```c playerObjEvent->triggerGroundEffectsOnMove = TRUE; -MovementType_Player(&gSprites[gPlayerAvatar.spriteId]); ``` That's it! \ No newline at end of file