diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-09-16 00:22:50 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-09-16 19:30:36 -0500 |
commit | 340c4e1411fa2aea8345d6f9af75577644ab8b9b (patch) | |
tree | 8bce88d1dde354b99d433586e0c15180c9199459 /include/script_movement.h | |
parent | f9a8f44a290c777bf4d9c4dff3fd79c75f2a2ae7 (diff) |
Clean up script_movement documentation
Diffstat (limited to 'include/script_movement.h')
-rw-r--r-- | include/script_movement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/script_movement.h b/include/script_movement.h index ed997dcdd..f9a97cf46 100644 --- a/include/script_movement.h +++ b/include/script_movement.h @@ -3,6 +3,6 @@ bool8 ScriptMovement_StartObjectMovementScript(u8 localId, u8 mapNum, u8 mapGroup, const u8 *movementScript); bool8 ScriptMovement_IsObjectMovementFinished(u8 localId, u8 mapNum, u8 mapGroup); -void ScriptMovement_StopAll(void); +void ScriptMovement_UnfreezeEventObjects(void); #endif // GUARD_SCRIPT_MOVEMENT_H |