diff options
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_message.c | 2 |
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)) { |
