diff --git a/LEGO1/lego/legoomni/include/infocenter.h b/LEGO1/lego/legoomni/include/infocenter.h index f8b3ae45..03c55254 100644 --- a/LEGO1/lego/legoomni/include/infocenter.h +++ b/LEGO1/lego/legoomni/include/infocenter.h @@ -51,6 +51,7 @@ class InfocenterState : public LegoState { return (InfomainScript::Script) m_leaveDialogue[GameState()->GetCurrentAct()].Next(); } + // FUNCTION: BETA10 0x10031ac0 InfomainScript::Script GetNextReturnDialogue() { return (InfomainScript::Script) m_returnDialogue[GameState()->GetCurrentAct()].Next(); diff --git a/LEGO1/lego/legoomni/src/common/legostate.cpp b/LEGO1/lego/legoomni/src/common/legostate.cpp index a8c2cc6b..6d48f5d0 100644 --- a/LEGO1/lego/legoomni/src/common/legostate.cpp +++ b/LEGO1/lego/legoomni/src/common/legostate.cpp @@ -6,6 +6,7 @@ DECOMP_SIZE_ASSERT(LegoState, 0x08) DECOMP_SIZE_ASSERT(LegoState::Playlist, 0x0c) // FUNCTION: LEGO1 0x10014d00 +// FUNCTION: BETA10 0x10022580 MxU32 LegoState::Playlist::Next() { MxU32 objectId;