This commit is contained in:
Christian Semmler 2023-12-27 13:23:45 -05:00
parent 095c6ce4bd
commit 71dbc61042
2 changed files with 6 additions and 6 deletions

View File

@ -24,8 +24,8 @@ class CarRace : public LegoRace {
}
private:
undefined m_unk0x144[12];
undefined4 m_unk0x150;
undefined m_unk0x144[12]; // 0x144
undefined4 m_unk0x150; // 0x150
};
#endif // CARRACE_H

View File

@ -49,16 +49,16 @@ class LegoRace : public LegoWorld {
undefined4 m_unk0x114; // 0x114
undefined4 m_unk0x118; // 0x118
undefined4 m_unk0x11c; // 0x11c
undefined4 m_unk0x120; // 0x120 - this may be the current vehcle (function at 0x10015880)
undefined4 m_unk0x124; // 0x124 - something game state
undefined4 m_unk0x120; // 0x120
undefined4 m_unk0x124; // 0x124
undefined4 m_unk0x128; // 0x128
undefined4 m_unk0x12c; // 0x12c
protected:
MxRect32 m_unk0x130; // unconfirmed bytes, ghidra claims these are integers
MxRect32 m_unk0x130; // 0x130
private:
undefined4 m_unk0x140;
undefined4 m_unk0x140; // 0x140
};
#endif // LEGORACE_H