summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2024-09-30 06:24:43 -0400
committerGitHub <noreply@github.com>2024-09-30 06:24:43 -0400
commit80ed596c56e89c1de600caf2c4656f8205c529a1 (patch)
tree5f59429b0a8a9bc850c873c4948a866a8b8e13e3 /src/code
parentf7f38ff87498b6b18fe524d6750d1eef7e9f579a (diff)
Name Talking Related Actor Flags (#2230)
* document talking related actor flags * tweak comment * review * tweak * accept -> accepted * add more clarification
Diffstat (limited to 'src/code')
-rw-r--r--src/code/z_message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_message.c b/src/code/z_message.c
index 0f3502f36..920fd9bad 100644
--- a/src/code/z_message.c
+++ b/src/code/z_message.c
@@ -4320,7 +4320,7 @@ void Message_Update(PlayState* play) {
// Later, if the ocarina has not been played and another textbox is closed, this handling
// for Saria's song will be carried out.
player->naviTextId = -0xE0;
- player->naviActor->flags |= ACTOR_FLAG_16;
+ player->naviActor->flags |= ACTOR_FLAG_TALK_OFFER_AUTO_ACCEPTED;
}
if (msgCtx->ocarinaAction == OCARINA_ACTION_FREE_PLAY_DONE &&
(play->msgCtx.ocarinaMode == OCARINA_MODE_01 || play->msgCtx.ocarinaMode == OCARINA_MODE_0B)) {