This commit is contained in:
Christian Semmler 2024-06-17 13:59:36 -04:00
parent 69d0071d48
commit df20143f9f
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ struct LegoBuildingInfo {
MxU32 m_move; // 0x0c
MxU8 m_mood; // 0x10
MxS8 m_unk0x11; // 0x11
MxS8 m_initialUnk0x11; // 0x12 = initial value loaded to m_unk0x11
MxS8 m_initialUnk0x11; // 0x12 - initial value loaded to m_unk0x11
MxU8 m_flags; // 0x13
float m_unk0x014; // 0x14
const char* m_unk0x18; // 0x18

View File

@ -41,7 +41,7 @@ struct LegoPlantInfo {
MxU8 m_mood; // 0x14
MxU8 m_color; // 0x15 - see enum for possible values
undefined m_unk0x16; // 0x16
undefined m_initialUnk0x16; // 0x17 = initial value loaded to m_unk0x16
undefined m_initialUnk0x16; // 0x17 - initial value loaded to m_unk0x16
const char* m_name; // 0x18
undefined4 m_unk0x1c; // 0x1c
float m_x; // 0x20