summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeonid Kapitonov <Feacur@gmail.com>2024-12-14 20:59:22 +0100
committerGitHub <noreply@github.com>2024-12-14 14:59:22 -0500
commit0f27d2fea3b6257bcddfca0ec333453096ab2c77 (patch)
tree20952b48bf3b85272065b3c21cacea44aa505c64 /include
parent793516290e75d926942ae02023b63cea0e71c897 (diff)
document `func_8002F368` (#2358)
Diffstat (limited to 'include')
-rw-r--r--include/z64actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/z64actor.h b/include/z64actor.h
index c134d4d65..40b772cee 100644
--- a/include/z64actor.h
+++ b/include/z64actor.h
@@ -868,7 +868,7 @@ s32 Actor_OfferTalkExchangeEquiCylinder(Actor* actor, struct PlayState* play, f3
s32 Actor_OfferTalk(Actor* actor, struct PlayState* play, f32 radius);
s32 Actor_OfferTalkNearColChkInfoCylinder(Actor* actor, struct PlayState* play);
u32 Actor_TextboxIsClosing(Actor* actor, struct PlayState* play);
-s8 func_8002F368(struct PlayState* play);
+s8 Actor_GetPlayerExchangeItemId(struct PlayState* play);
void Actor_GetScreenPos(struct PlayState* play, Actor* actor, s16* x, s16* y);
u32 Actor_HasParent(Actor* actor, struct PlayState* play);
s32 Actor_OfferGetItem(Actor* actor, struct PlayState* play, s32 getItemId, f32 xzRange, f32 yRange);