mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
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:
@@ -1,7 +1,10 @@
|
||||
#ifndef LEGOPHONEMEPRESENTER_H
|
||||
#define LEGOPHONEMEPRESENTER_H
|
||||
|
||||
#include "decomp.h"
|
||||
#include "mxflcpresenter.h"
|
||||
#include "mxstring.h"
|
||||
#include "mxtypes.h"
|
||||
|
||||
// VTABLE 0x100d8040
|
||||
// SIZE 0x88
|
||||
@@ -20,7 +23,11 @@ public:
|
||||
|
||||
private:
|
||||
void Init();
|
||||
|
||||
int m_unk68;
|
||||
int m_unk6c;
|
||||
undefined m_unk70;
|
||||
MxString m_string; // 0x74
|
||||
undefined m_unk84;
|
||||
};
|
||||
|
||||
#endif // LEGOPHONEMEPRESENTER_H
|
||||
|
Reference in New Issue
Block a user