summaryrefslogtreecommitdiff
path: root/include/Map
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-04-28 19:20:16 +0200
committerAetias <aetias@outlook.com>2024-04-28 19:20:16 +0200
commita9a768b1cbf829c07322e1da38aff33eb1ec7d15 (patch)
treeb93fd6bf4b8e35fc0085863d004b825792ea2be0 /include/Map
parentdfea2bd522f9122e3fb7b3d3e778b80b0c7bbe3c (diff)
`Course_Unk_cc` -> `MapData`
Diffstat (limited to 'include/Map')
-rw-r--r--include/Map/Course.hpp2
-rw-r--r--include/Map/MapData.hpp (renamed from include/Map/Course_Unk_cc.hpp)4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/Map/Course.hpp b/include/Map/Course.hpp
index 917a5d09..a266fd3e 100644
--- a/include/Map/Course.hpp
+++ b/include/Map/Course.hpp
@@ -50,7 +50,7 @@ class Course : public SysObject {
/* 0c0 */ unk32 mUnk_0c0;
/* 0c4 */ unk32 mUnk_0c4;
/* 0c8 */ Course_Unk_c8 *mUnk_0c8;
- /* 0cc */ Course_Unk_cc *mUnk_0cc[100];
+ /* 0cc */ MapData *mMapData[100];
/* 25c */ bool mUnk_25c;
/* 25d */ bool mBlueWarpOpen;
/* 25e */ unk8 mUnk_25e;
diff --git a/include/Map/Course_Unk_cc.hpp b/include/Map/MapData.hpp
index 86504f6f..be4b691f 100644
--- a/include/Map/Course_Unk_cc.hpp
+++ b/include/Map/MapData.hpp
@@ -7,7 +7,7 @@
#include "System/SysNew.hpp"
-class Course_Unk_cc : public SysObject {
+class MapData : public SysObject {
public:
/* 00 */ char mUnk_00;
/* 01 */ s8 mMap;
@@ -17,7 +17,7 @@ public:
/* 08 */ unk32 mUnk_08;
/* 0c */ unk32 mUnk_0c;
/* 10 */ unk8 mUnk_10[4];
- /* 14 */ Vec3p mUnk_14;
+ /* 14 */ Vec3p mCenter;
/* 20 */ unk32 mFlags0[1];
/* 24 */ unk32 mFlags1[8];
/* 44 */ unk32 mFlags2[2];