summaryrefslogtreecommitdiff
path: root/include/script_movement.h
diff options
context:
space:
mode:
authorhuderlem <huderlem@gmail.com>2020-02-12 18:34:19 -0600
committerGitHub <noreply@github.com>2020-02-12 18:34:19 -0600
commit204c431993dad29661a9ff47326787cd0cf381e6 (patch)
treebda0c76fa20f0cc9e679985d8f7286ad95dd38c4 /include/script_movement.h
parent66c6b7a38b2a071ce7029978dd0d02fe6ec05952 (diff)
parent6b966d20e5d3866117fc9f1c0616654f2dfc415e (diff)
Merge pull request #910 from GriffinRichards/fix-eventobj
Standardize Object Event naming
Diffstat (limited to 'include/script_movement.h')
-rw-r--r--include/script_movement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/script_movement.h b/include/script_movement.h
index f9a97cf46..03f8bf0b7 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_UnfreezeEventObjects(void);
+void ScriptMovement_UnfreezeObjectEvents(void);
#endif // GUARD_SCRIPT_MOVEMENT_H