2023-06-29 04:10:08 -04:00
|
|
|
#include "skateboard.h"
|
2023-10-07 11:30:04 -04:00
|
|
|
|
2023-09-10 08:01:39 -04:00
|
|
|
#include "decomp.h"
|
2023-10-24 19:38:27 -04:00
|
|
|
#include "mxnotificationmanager.h"
|
|
|
|
#include "mxomni.h"
|
2023-09-10 08:01:39 -04:00
|
|
|
|
|
|
|
DECOMP_SIZE_ASSERT(SkateBoard, 0x168);
|
|
|
|
|
|
|
|
// OFFSET: LEGO1 0x1000fd40
|
2023-06-29 04:10:08 -04:00
|
|
|
SkateBoard::SkateBoard()
|
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
this->m_unk160 = 0;
|
|
|
|
this->m_unk13c = 15.0;
|
|
|
|
this->m_unk150 = 3.5;
|
|
|
|
this->m_unk148 = 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
|
|
|
}
|