diff options
| author | SammygoodTunes <sygamerz@gmail.com> | 2025-01-11 18:31:37 +0100 |
|---|---|---|
| committer | SammygoodTunes <sygamerz@gmail.com> | 2025-01-11 18:31:37 +0100 |
| commit | 61f866af9347cd1411ba72b59ac3ce2250b2a5d2 (patch) | |
| tree | db1d478cc59dfbb12cdc7e270fcab80464bd77f6 /include/Map/Course.hpp | |
| parent | 2c015c97744ea1edc2c2b9a50d05f29cfaae05dd (diff) | |
Decompile MapManager::GetCourseMinX
Diffstat (limited to 'include/Map/Course.hpp')
| -rw-r--r-- | include/Map/Course.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Map/Course.hpp b/include/Map/Course.hpp index 8f87379c..4cc3835f 100644 --- a/include/Map/Course.hpp +++ b/include/Map/Course.hpp @@ -41,7 +41,11 @@ class Course : public SysObject { /* 08c */ s32 mScreenMapOffsetY; /* 090 */ unk32 mUnk_090; /* 094 */ unk32 mUnk_094; + +public: /* 098 */ AABB mBounds; + +private: /* 0b0 */ s8 mNumMaps; /* 0b1 */ unk8 mUnk_0b1; /* 0b2 */ unk8 mUnk_0b2; |
