mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
LegoRace initial layout (#299)
* LegoRace initial layout * fix function ordering * Fix it all --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -1,11 +1,73 @@
|
||||
#include "legorace.h"
|
||||
|
||||
// OFFSET: LEGO1 0x10015aa0 STUB
|
||||
LegoRace::LegoRace()
|
||||
#include "mxnotificationmanager.h"
|
||||
|
||||
DECOMP_SIZE_ASSERT(LegoRace, 0x144)
|
||||
|
||||
// OFFSET: LEGO1 0x1000dab0
|
||||
undefined4 LegoRace::VTable0x78(undefined4)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x1000dac0 STUB
|
||||
void LegoRace::VTable0x7c(undefined4, undefined4)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x1000dae0
|
||||
MxBool LegoRace::VTable0x5c()
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x10015aa0
|
||||
LegoRace::LegoRace()
|
||||
{
|
||||
this->m_unkf8 = 0;
|
||||
this->m_unkfc = 0;
|
||||
this->m_unk100 = 0;
|
||||
this->m_unk104 = 0;
|
||||
this->m_unk108 = 0;
|
||||
this->m_unk10c = 0;
|
||||
this->m_unk140 = 0;
|
||||
this->m_unk110 = 0;
|
||||
this->m_unk114 = 0;
|
||||
this->m_unk118 = 0;
|
||||
this->m_unk128 = 0;
|
||||
this->m_unk12c = 0;
|
||||
this->m_unk120 = 0;
|
||||
this->m_unk124 = 0;
|
||||
this->m_unk11c = 0;
|
||||
NotificationManager()->Register(this);
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x10015b70
|
||||
undefined4 LegoRace::VTable0x70(undefined4)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x10015b80
|
||||
undefined4 LegoRace::VTable0x74(undefined4)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x10015b90
|
||||
MxBool LegoRace::VTable0x64()
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x10015ce0 STUB
|
||||
MxResult LegoRace::Create(MxDSObject& p_dsObject)
|
||||
{
|
||||
// TODO
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x10015d40 STUB
|
||||
LegoRace::~LegoRace()
|
||||
{
|
||||
@@ -16,6 +78,11 @@ LegoRace::~LegoRace()
|
||||
MxLong LegoRace::Notify(MxParam& p)
|
||||
{
|
||||
// TODO
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x10015ed0 STUB
|
||||
void LegoRace::VTable0x68(MxBool p_add)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
Reference in New Issue
Block a user