mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-14 11:54:39 +00:00
targetActor -> talkActor (#1933)
This commit is contained in:
parent
ea72e87e92
commit
7445169e42
4 changed files with 43 additions and 43 deletions
|
@ -801,8 +801,8 @@ typedef struct Player {
|
|||
/* 0x0690 */ s16 naviTextId;
|
||||
/* 0x0692 */ u8 stateFlags3;
|
||||
/* 0x0693 */ s8 exchangeItemId;
|
||||
/* 0x0694 */ Actor* targetActor;
|
||||
/* 0x0698 */ f32 targetActorDistance;
|
||||
/* 0x0694 */ Actor* talkActor; // Actor offering to talk, or currently talking to, depending on context
|
||||
/* 0x0698 */ f32 talkActorDistance; // xz distance away from `talkActor`
|
||||
/* 0x069C */ char unk_69C[0x004];
|
||||
/* 0x06A0 */ f32 unk_6A0;
|
||||
/* 0x06A4 */ f32 closestSecretDistSq;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue