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 | |
| parent | 2c015c97744ea1edc2c2b9a50d05f29cfaae05dd (diff) | |
Decompile MapManager::GetCourseMinX
Diffstat (limited to 'include/Map')
| -rw-r--r-- | include/Map/Course.hpp | 4 | ||||
| -rw-r--r-- | include/Map/MapManager.hpp | 2 |
2 files changed, 5 insertions, 1 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; diff --git a/include/Map/MapManager.hpp b/include/Map/MapManager.hpp index ff3397b9..e2cbcb21 100644 --- a/include/Map/MapManager.hpp +++ b/include/Map/MapManager.hpp @@ -102,7 +102,7 @@ public: unk8 Get_MapData_Unk2a(); static unk8 func_ov00_02083374(); static unk8 func_ov00_02083384(); - unk8 GetCourseMinX(); + q20 GetCourseMinX(); unk8 GetCourseMinZ(); unk8 GetCourseMaxX(); unk8 GetCourseMaxZ(); |
