summaryrefslogtreecommitdiff
path: root/include/functions.h
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2023-11-21 12:36:02 +1100
committerGitHub <noreply@github.com>2023-11-21 12:36:02 +1100
commit0e441520cc586d35de9ede578d85aa8de99bf4a1 (patch)
tree04c8f846915d5ee4b6630ab6c78bda845ce5b81d /include/functions.h
parent28706d798d9e1662b2059bf78e07c5b4f9b577b7 (diff)
Document `Actor_TalkOfferAccepted` (#1502)
* rename * PR Review
Diffstat (limited to 'include/functions.h')
-rw-r--r--include/functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.h b/include/functions.h
index 76ac1de87..ec4837487 100644
--- a/include/functions.h
+++ b/include/functions.h
@@ -324,7 +324,7 @@ PosRot Actor_GetWorld(Actor* actor);
PosRot Actor_GetWorldPosShapeRot(Actor* actor);
s32 Target_OutsideLeashRange(Actor* actor, Player* player, s32 ignoreLeash);
-s32 Actor_ProcessTalkRequest(Actor* actor, GameState* gameState);
+s32 Actor_TalkOfferAccepted(Actor* actor, GameState* gameState);
s32 Actor_OfferTalkExchange(Actor* actor, PlayState* play, f32 xzRange, f32 yRange, PlayerItemAction exchangeItemAction);
s32 Actor_OfferTalkExchangeEquiCylinder(Actor* actor, PlayState* play, f32 radius, PlayerItemAction exchangeItemAction);
s32 Actor_OfferTalk(Actor* actor, PlayState* play, f32 radius);