Document script_movement

This commit is contained in:
GriffinR
2019-09-15 15:30:35 -04:00
committed by huderlem
parent 6c9997a906
commit f9a8f44a29
7 changed files with 99 additions and 96 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]);
sub_80D338C();
ScriptMovement_StopAll();
UnfreezeEventObjects();
ScriptContext2_Disable();
}