Matching spree (#98)

* LegoNavController: Match CalculateNewTargetSpeed

Ghidra showed this correctly too, but the asm showed the problem simply, an incorrect comparison

* Match a MxPresenter vtable function

* Match known functions in LegoPhonemePresenter

* Revert "LegoNavController: Match CalculateNewTargetSpeed"

This reverts commit 718489923b.

* MxPresenter: rename tickle flag fields

* LegoPhonemePresenter: add size assert

---------

Co-authored-by: MattKC <34096995+itsmattkc@users.noreply.github.com>
This commit is contained in:
Joshua Peisach
2023-08-28 05:38:46 -04:00
committed by GitHub
parent 1d104141b5
commit 23457da730
4 changed files with 36 additions and 24 deletions

View File

@@ -55,8 +55,8 @@ protected:
__declspec(dllexport) void Init();
public:
undefined4 m_unk0x8;
undefined4 m_unk0xc;
MxS32 m_currentTickleFlag; // 0x8
MxU32 m_previousTickleFlags;
undefined4 m_unk0x10;
undefined4 m_unk0x14;
undefined4 m_unk0x18;