diff options
author | camthesaxman <cameronghall@cox.net> | 2017-09-10 12:34:41 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-09-10 12:34:41 -0500 |
commit | df71c1a803e49b93dfb19cdac6cf71621d82d89a (patch) | |
tree | d2ad7b4404ec9ea95672638cd11f886104841b18 /include/script_movement.h | |
parent | 5e9e52e3a95f4d7301565ad86084907f2d8a94e6 (diff) |
lots more renaming
Diffstat (limited to 'include/script_movement.h')
-rw-r--r-- | include/script_movement.h | 4 |
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 |