From 6824f9ac3fed35a756a917ab04dce2abeffda8c2 Mon Sep 17 00:00:00 2001 From: Aetias Date: Tue, 26 Mar 2024 22:02:16 +0100 Subject: [PATCH] Update fields in `PlayerBase` --- include/Player/PlayerBase.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Player/PlayerBase.hpp b/include/Player/PlayerBase.hpp index 9db3724d..4e13b2c2 100644 --- a/include/Player/PlayerBase.hpp +++ b/include/Player/PlayerBase.hpp @@ -12,8 +12,8 @@ class PlayerBase : public SysObject { /* 0a */ s16 mHealth; /* 0c */ unk8 mUnk_0c[2]; /* 0e */ unk16 mUnk_0e; - /* 10 */ unk8 mUnk_10; - /* 11 */ bool mUnk_11; + /* 10 */ bool mUpdatePos; + /* 11 */ bool mVisible; /* 12 */ bool mUnk_12; /* 13 */ };