mirror of
https://github.com/zeldaret/ss
synced 2026-09-10 03:52:24 -04:00
fi_context OK (also cleanup dFlow_c)
This commit is contained in:
@@ -90,7 +90,7 @@ bool dLytMsgWindow_c::build() {
|
||||
mpMsgWindowUnk = new TextWindowUnk(mpTagProcessor);
|
||||
|
||||
if (FiContext::GetInstance() != nullptr) {
|
||||
FiContext::GetInstance()->resetField_0x3C();
|
||||
FiContext::GetInstance()->resetSaveTimeRelated();
|
||||
}
|
||||
|
||||
mpWindowTalk = nullptr;
|
||||
@@ -105,7 +105,7 @@ bool dLytMsgWindow_c::build() {
|
||||
mpCurrentSubtype = nullptr;
|
||||
|
||||
mTextOptionSelection = 0;
|
||||
mSpecialFiMenuValue = 7;
|
||||
mSpecialFiMenuValue = FiContext::KEN8_Nevermind;
|
||||
|
||||
field_0x1220 = 0;
|
||||
|
||||
@@ -199,7 +199,7 @@ void dLytMsgWindow_c::executeState_Invisible() {
|
||||
} else {
|
||||
createSubMsgManager(mpTagProcessor->getMsgWindowSubtype());
|
||||
field_0x828 = nullptr;
|
||||
mSpecialFiMenuValue = 7;
|
||||
mSpecialFiMenuValue = FiContext::KEN8_Nevermind;
|
||||
if (mpTagProcessor->getMsgWindowSubtype() == 6) {
|
||||
mpCurrentSubtype = mpWindowWood;
|
||||
dTextBox_c *box = mpCurrentSubtype->getTextBox();
|
||||
@@ -523,7 +523,7 @@ void dLytMsgWindow_c::executeState_WaitKeySelectQuestion() {
|
||||
case 0: mSpecialFiMenuValue = FiContext::getGlobalFiInfo0(0); break;
|
||||
case 1: mSpecialFiMenuValue = FiContext::getGlobalFiInfo0(1); break;
|
||||
case 2: mSpecialFiMenuValue = FiContext::getGlobalFiInfo0(2); break;
|
||||
case 3: mSpecialFiMenuValue = 7; break;
|
||||
case 3: mSpecialFiMenuValue = FiContext::KEN8_Nevermind; break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user