Implement/match Infocenter::Reset (#532)

* Implement Infocenter::Reset

* Move code

* Move function

* Fix bug

* Fix another bug
This commit is contained in:
Christian Semmler
2024-02-05 12:35:26 -05:00
committed by GitHub
parent a2c1bd66b3
commit 03423b2ffa
11 changed files with 129 additions and 62 deletions

View File

@@ -603,7 +603,7 @@ void LegoGameState::SerializeScoreHistory(MxS16 p_flags)
}
// FUNCTION: LEGO1 0x1003cea0
void LegoGameState::SetSomeEnumState(undefined4 p_state)
void LegoGameState::FUN_1003cea0(undefined4 p_state)
{
m_unk0x10 = p_state;
}