Isle & Radio constructors (#330)

This commit is contained in:
Misha
2023-12-14 18:24:21 -05:00
committed by GitHub
parent deaed23e41
commit 53caf30ab0
4 changed files with 75 additions and 4 deletions

View File

@@ -1,7 +1,27 @@
#include "isle.h"
// STUB: LEGO1 0x10030820
#include "legoomni.h"
#include "mxnotificationmanager.h"
DECOMP_SIZE_ASSERT(Isle, 0x140);
// FUNCTION: LEGO1 0x10030820
Isle::Isle()
{
// TODO
m_unk0xfc = 0;
m_unk0x100 = 0;
m_unk0x104 = 0;
m_unk0x108 = 0;
m_unk0x10c = 0;
m_unk0x110 = 0;
m_unk0x114 = 0;
m_unk0x118 = 0;
m_unk0x11c = 0;
m_unk0x120 = 0;
m_unk0x124 = 0;
m_unk0x128 = 0;
m_unk0xf8 = 0;
m_unk0x13c = 0;
NotificationManager()->Register(this);
}