2024-01-24 21:16:29 -05:00
|
|
|
#include "skateboard.h"
|
2023-10-07 11:30:04 -04:00
|
|
|
|
2023-09-10 08:01:39 -04:00
|
|
|
#include "decomp.h"
|
2024-03-09 15:07:52 -05:00
|
|
|
#include "mxmisc.h"
|
2023-10-24 19:38:27 -04:00
|
|
|
#include "mxnotificationmanager.h"
|
2023-09-10 08:01:39 -04:00
|
|
|
|
2024-03-22 21:30:58 -04:00
|
|
|
DECOMP_SIZE_ASSERT(SkateBoard, 0x168)
|
2023-09-10 08:01:39 -04:00
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// FUNCTION: LEGO1 0x1000fd40
|
2023-06-29 04:10:08 -04:00
|
|
|
SkateBoard::SkateBoard()
|
|
|
|
{
|
2023-12-13 05:48:14 -05:00
|
|
|
this->m_unk0x160 = 0;
|
|
|
|
this->m_unk0x13c = 15.0;
|
|
|
|
this->m_unk0x150 = 3.5;
|
|
|
|
this->m_unk0x148 = 1;
|
2023-09-10 08:01:39 -04:00
|
|
|
|
2023-10-24 19:38:27 -04:00
|
|
|
NotificationManager()->Register(this);
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
2024-01-20 18:04:46 -05:00
|
|
|
|
|
|
|
// STUB: LEGO1 0x10010000
|
|
|
|
MxResult SkateBoard::Create(MxDSAction& p_dsAction)
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
return SUCCESS;
|
|
|
|
}
|
|
|
|
|
|
|
|
// STUB: LEGO1 0x10010050
|
|
|
|
void SkateBoard::VTable0xe4()
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
}
|
|
|
|
|
|
|
|
// STUB: LEGO1 0x100100e0
|
|
|
|
MxU32 SkateBoard::VTable0xcc()
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
// STUB: LEGO1 0x10010230
|
2024-01-28 16:09:33 -05:00
|
|
|
MxU32 SkateBoard::VTable0xd4(LegoControlManagerEvent& p_param)
|
2024-01-20 18:04:46 -05:00
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
// STUB: LEGO1 0x100104f0
|
|
|
|
MxU32 SkateBoard::VTable0xd0()
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
return 0;
|
|
|
|
}
|
2024-03-17 13:01:47 -04:00
|
|
|
|
|
|
|
// STUB: LEGO1 0x10010510
|
|
|
|
void SkateBoard::FUN_10010510()
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
}
|