summaryrefslogtreecommitdiff
path: root/include/script_movement.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalax1@gmail.com>2017-09-21 17:55:30 -0400
committerPikalaxALT <pikalax1@gmail.com>2017-09-21 17:55:30 -0400
commitd87ed69449da253a374170a8135200657fb0426b (patch)
tree94baba568fc6dd25d082b309746198d41d07bd1b /include/script_movement.h
parentaecddc277130652a90e00ad0cc314b7ef9765bbb (diff)
parentc1c2015f7046676b043641c0d1f9d9e29bc73647 (diff)
Merge branch 'master' into field_effect_helpers
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