diff options
author | scnorton <scnorton@biociphers.org> | 2019-01-06 13:06:56 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2019-01-06 13:06:56 -0500 |
commit | 96e1b19dc1ea9dbf686fd26743d79c68d12e0f24 (patch) | |
tree | 0b4685bff6be838bb6b61244aa39d516ac1df446 /include/script_movement.h | |
parent | b16831e97bb8b94c29854a81e11647e8a5db68c6 (diff) |
through ScrCmd_release; propose names for remaining funcs
Diffstat (limited to 'include/script_movement.h')
-rw-r--r-- | include/script_movement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/script_movement.h b/include/script_movement.h index ae446812e..2a6dbd2a7 100644 --- a/include/script_movement.h +++ b/include/script_movement.h @@ -5,6 +5,6 @@ bool8 ScriptMovement_StartObjectMovementScript(u8, u8, u8, const u8 *); bool8 ScriptMovement_IsObjectMovementFinished(u8, u8, u8); -void sub_80D338C(void); +void sub_80974D8(void); #endif // GUARD_SCRIPT_MOVEMENT_H |