diff --git a/LEGO1/carrace.h b/LEGO1/carrace.h index 6f6e414e..3b9a768e 100644 --- a/LEGO1/carrace.h +++ b/LEGO1/carrace.h @@ -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 diff --git a/LEGO1/legorace.h b/LEGO1/legorace.h index e3461d8d..9ddbdfb3 100644 --- a/LEGO1/legorace.h +++ b/LEGO1/legorace.h @@ -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