This commit is contained in:
Christian Semmler 2024-02-01 15:10:14 -05:00
parent eada3f5f2e
commit 1f5272b2f8

View File

@ -656,10 +656,12 @@ MxLong Infocenter::HandleNotification0(MxNotificationParam& p_param)
m_infoManDialogueTimer = 0;
InfomainScript objectId;
if (GameState()->GetUnknown10())
if (GameState()->GetUnknown10()) {
objectId = (InfomainScript) m_infocenterState->GetUnknown0x14().FUN_10014d00();
else
}
else {
objectId = (InfomainScript) m_infocenterState->GetUnknown0x08().FUN_10014d00();
}
PlayAction(objectId);
FUN_10015860(g_object2x4red, 0);