Clean up script_movement documentation

This commit is contained in:
GriffinR
2019-09-16 00:22:50 -04:00
committed by huderlem
parent f9a8f44a29
commit 340c4e1411
6 changed files with 11 additions and 11 deletions

View File

@@ -1290,7 +1290,7 @@ static bool32 sub_81963F0(u8 taskId)
sub_81973A4();
playerObjectId = GetEventObjectIdByLocalIdAndMap(EVENT_OBJ_ID_PLAYER, 0, 0);
EventObjectClearHeldMovementIfFinished(&gEventObjects[playerObjectId]);
ScriptMovement_StopAll();
ScriptMovement_UnfreezeEventObjects();
UnfreezeEventObjects();
ScriptContext2_Disable();
}