summaryrefslogtreecommitdiff
path: root/include/script_movement.h
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2017-09-13 11:01:47 -0500
committerGitHub <noreply@github.com>2017-09-13 11:01:47 -0500
commitc1c2015f7046676b043641c0d1f9d9e29bc73647 (patch)
treecbea3afbcdad3d6bcc178ae4abffa9bbe88549f7 /include/script_movement.h
parent37cf3484223366ee381f15d9a2cfeaf3612fd228 (diff)
parent9e9c40214f7672662820636167d2cc1469ca2ba1 (diff)
Merge pull request #430 from camthesaxman/scrcmd_renaming
(don't merge yet) rename script commands
Diffstat (limited to 'include/script_movement.h')
-rw-r--r--include/script_movement.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/script_movement.h b/include/script_movement.h
index e3cdc25b3..dc6d7e51b 100644
--- a/include/script_movement.h
+++ b/include/script_movement.h
@@ -1,8 +1,8 @@
#ifndef GUARD_SCRIPT_MOVEMENT_H
#define GUARD_SCRIPT_MOVEMENT_H
-bool8 exec_movement(u8, u8, u8, u8 *);
-bool8 sub_80A212C(u8, u8, u8);
+bool8 ScriptMovement_StartObjectMovementScript(u8, u8, u8, u8 *);
+bool8 ScriptMovement_IsObjectMovementFinished(u8, u8, u8);
void sub_80A2178(void);
#endif // GUARD_SCRIPT_MOVEMENT_H