From 80ed596c56e89c1de600caf2c4656f8205c529a1 Mon Sep 17 00:00:00 2001 From: fig02 Date: Mon, 30 Sep 2024 06:24:43 -0400 Subject: Name Talking Related Actor Flags (#2230) * document talking related actor flags * tweak comment * review * tweak * accept -> accepted * add more clarification --- src/code/z_message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code/z_message.c') 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)) { -- cgit v1.2.3