From 9311104cade8d3a5242ce710727af46813043fca Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Fri, 15 Dec 2023 16:30:53 -0500 Subject: [PATCH] Update legogamestate.cpp --- LEGO1/legogamestate.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LEGO1/legogamestate.cpp b/LEGO1/legogamestate.cpp index 938d89ea..67ab6f1e 100644 --- a/LEGO1/legogamestate.cpp +++ b/LEGO1/legogamestate.cpp @@ -261,13 +261,16 @@ void LegoGameState::RegisterState(LegoState* p_state) m_stateArray[targetIndex] = p_state; } +// STUB: LEGO1 0x1003c870 void LegoGameState::WriteScoreHistory(MxU16*) { + // TODO } // STUB: LEGO1 0x1003ccf0 void FUN_1003ccf0(MxU16*, LegoFileStream&) { + // TODO } // FUNCTION: LEGO1 0x1003cdd0