summaryrefslogtreecommitdiff
path: root/src/code/z_player_lib.c
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2024-09-04 14:33:30 -0400
committerGitHub <noreply@github.com>2024-09-05 03:33:30 +0900
commit907e440f3add31a315475f878ced0c6b9d453708 (patch)
treef81b3613dd30b4eaaf5f556627338d7a791f80cb /src/code/z_player_lib.c
parent78e6b801bc2ce88e0a6be9b610413b02253208e1 (diff)
unk_664 -> focusActor [Target Docs 5/?] (#2126)
* unk_664 -> focusActor * capitalization * missed a temp
Diffstat (limited to 'src/code/z_player_lib.c')
-rw-r--r--src/code/z_player_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_player_lib.c b/src/code/z_player_lib.c
index c591f4834..74cf589e4 100644
--- a/src/code/z_player_lib.c
+++ b/src/code/z_player_lib.c
@@ -602,7 +602,7 @@ void Player_UpdateBottleHeld(PlayState* play, Player* this, s32 item, s32 itemAc
}
void func_8008EDF0(Player* this) {
- this->unk_664 = NULL;
+ this->focusActor = NULL;
this->stateFlags2 &= ~PLAYER_STATE2_13;
}
@@ -624,7 +624,7 @@ void func_8008EEAC(PlayState* play, Actor* actor) {
Player* this = GET_PLAYER(play);
func_8008EE08(this);
- this->unk_664 = actor;
+ this->focusActor = actor;
this->unk_684 = actor;
this->stateFlags1 |= PLAYER_STATE1_16;
Camera_SetViewParam(Play_GetCamera(play, CAM_ID_MAIN), CAM_VIEW_TARGET, actor);