summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEblo <7004497+Eblo@users.noreply.github.com>2025-09-16 19:45:51 -0400
committerEblo <7004497+Eblo@users.noreply.github.com>2025-09-16 19:45:51 -0400
commit72ae14553478d4d687145d0dbe785928340aff20 (patch)
tree82e38bb28fa72badf47f07d3328e6373bd1661ee
parentf0a358eca99d64863d54a9682a309b34426b3455 (diff)
Update flag in SkipLearningEponasSong
-rw-r--r--mm/2s2h/Enhancements/Cutscenes/StoryCutscenes/SkipLearningEponasSong.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/2s2h/Enhancements/Cutscenes/StoryCutscenes/SkipLearningEponasSong.cpp b/mm/2s2h/Enhancements/Cutscenes/StoryCutscenes/SkipLearningEponasSong.cpp
index 6e7325018..aa6f20d9b 100644
--- a/mm/2s2h/Enhancements/Cutscenes/StoryCutscenes/SkipLearningEponasSong.cpp
+++ b/mm/2s2h/Enhancements/Cutscenes/StoryCutscenes/SkipLearningEponasSong.cpp
@@ -54,7 +54,7 @@ void RegisterSkipLearningEponasSong() {
Message_StartTextbox(gPlayState, 0x334C, &enMa4->actor);
enMa4->textId = 0x334C;
GET_PLAYER(gPlayState)->stateFlags1 &= ~PLAYER_STATE1_20;
- enMa4->actor.flags &= ~ACTOR_FLAG_10000;
+ enMa4->actor.flags &= ~ACTOR_FLAG_TALK_OFFER_AUTO_ACCEPTED;
EnMa4_SetupDialogueHandler(enMa4);
});
}