You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**NOTE: Since April 24th 2024, this fix has been added to pokeemerald when compiling with BUGFIX enabled.
Fix Surfing Dismount Ground Effects Bug
In vanilla emerald, the ground effects are not updated at the end of the surf dismount code. So if you dismount into tall grass, for example, you will appear over the grass. This is subtle but easily fixable so why not do so for consistency!
BeforeAfter
This fix is very simple. Open src/field_player_avatar.c and find the function Task_WaitStopSurfing. Before the line DestroyTask(taskId), add the following: