summaryrefslogtreecommitdiff
path: root/include/player.h
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2022-01-03 23:58:02 -0800
committertheo3 <arisstephenson2@gmail.com>2022-01-03 23:58:02 -0800
commit52db70bb9d63a801f76b2fe6b359bd402a2c5b2a (patch)
treea38de84a806c50f765d0370a2668a695038eb894 /include/player.h
parentf26b2e286a7f462947b395da259e185fc8ecfa7f (diff)
naming work
Diffstat (limited to 'include/player.h')
-rw-r--r--include/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/player.h b/include/player.h
index 36fd7303..bf9e151e 100644
--- a/include/player.h
+++ b/include/player.h
@@ -280,7 +280,7 @@ extern u16 gWalletSizes[];
extern PlayerState gPlayerState;
extern Entity gPlayerEntity;
-u32 sub_080705AC(void);
+u32 CheckPlayerActivity(void);
void SetPlayerControl(PlayerControlMode mode);
void ResetPlayer(void);
void ResetPlayerVelocity(void);