2023-06-29 04:10:08 -04:00
|
|
|
#include "legorace.h"
|
|
|
|
|
2023-11-24 07:11:32 -05:00
|
|
|
#include "mxnotificationmanager.h"
|
|
|
|
|
|
|
|
DECOMP_SIZE_ASSERT(LegoRace, 0x144)
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// FUNCTION: LEGO1 0x1000dab0
|
2023-11-24 07:11:32 -05:00
|
|
|
undefined4 LegoRace::VTable0x78(undefined4)
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x1000dac0
|
2023-11-24 07:11:32 -05:00
|
|
|
void LegoRace::VTable0x7c(undefined4, undefined4)
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// FUNCTION: LEGO1 0x1000dae0
|
2023-11-24 07:11:32 -05:00
|
|
|
MxBool LegoRace::VTable0x5c()
|
|
|
|
{
|
|
|
|
return TRUE;
|
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// FUNCTION: LEGO1 0x10015aa0
|
2023-06-29 04:10:08 -04:00
|
|
|
LegoRace::LegoRace()
|
2023-11-24 07:11:32 -05:00
|
|
|
{
|
2023-12-13 05:48:14 -05:00
|
|
|
this->m_unk0xf8 = 0;
|
|
|
|
this->m_unk0xfc = 0;
|
|
|
|
this->m_unk0x100 = 0;
|
|
|
|
this->m_unk0x104 = 0;
|
|
|
|
this->m_unk0x108 = 0;
|
|
|
|
this->m_unk0x10c = 0;
|
|
|
|
this->m_unk0x140 = 0;
|
|
|
|
this->m_unk0x110 = 0;
|
|
|
|
this->m_unk0x114 = 0;
|
|
|
|
this->m_unk0x118 = 0;
|
|
|
|
this->m_unk0x128 = 0;
|
|
|
|
this->m_unk0x12c = 0;
|
|
|
|
this->m_unk0x120 = 0;
|
|
|
|
this->m_unk0x124 = 0;
|
|
|
|
this->m_unk0x11c = 0;
|
2023-11-24 07:11:32 -05:00
|
|
|
NotificationManager()->Register(this);
|
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// FUNCTION: LEGO1 0x10015b70
|
2023-11-24 07:11:32 -05:00
|
|
|
undefined4 LegoRace::VTable0x70(undefined4)
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// FUNCTION: LEGO1 0x10015b80
|
2023-11-24 07:11:32 -05:00
|
|
|
undefined4 LegoRace::VTable0x74(undefined4)
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// FUNCTION: LEGO1 0x10015b90
|
2023-11-24 07:11:32 -05:00
|
|
|
MxBool LegoRace::VTable0x64()
|
|
|
|
{
|
|
|
|
return FALSE;
|
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x10015ce0
|
2023-11-24 07:11:32 -05:00
|
|
|
MxResult LegoRace::Create(MxDSObject& p_dsObject)
|
2023-06-29 04:10:08 -04:00
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
2023-11-24 07:11:32 -05:00
|
|
|
return SUCCESS;
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x10015d40
|
2023-06-29 04:10:08 -04:00
|
|
|
LegoRace::~LegoRace()
|
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x10015e00
|
2023-12-13 05:48:14 -05:00
|
|
|
MxLong LegoRace::Notify(MxParam& p_param)
|
2023-06-29 04:10:08 -04:00
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
|
|
|
return 0;
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
2023-11-24 07:11:32 -05:00
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x10015ed0
|
2023-11-24 07:11:32 -05:00
|
|
|
void LegoRace::VTable0x68(MxBool p_add)
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
}
|