summaryrefslogtreecommitdiff
path: root/include/script_movement.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-09-10 12:34:41 -0500
committercamthesaxman <cameronghall@cox.net>2017-09-10 12:34:41 -0500
commitdf71c1a803e49b93dfb19cdac6cf71621d82d89a (patch)
treed2ad7b4404ec9ea95672638cd11f886104841b18 /include/script_movement.h
parent5e9e52e3a95f4d7301565ad86084907f2d8a94e6 (diff)
lots more renaming
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