From 32059e94d559b0b3addb67f8b760563d24e7eb59 Mon Sep 17 00:00:00 2001 From: jonschz Date: Fri, 21 Feb 2025 20:02:58 +0100 Subject: [PATCH] Beta annotations --- LEGO1/lego/legoomni/include/infocenter.h | 1 + LEGO1/lego/legoomni/src/common/legostate.cpp | 1 + 2 files changed, 2 insertions(+) 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;