From ff9c4e6a6758d23767ac1d8c6148b6d44f7ef4e2 Mon Sep 17 00:00:00 2001 From: SammygoodTunes Date: Sat, 11 Jan 2025 20:56:41 +0100 Subject: Decompile MapManager::GetMapMinBounds Decompile MapManager::GetMapMaxBounds Decompile MapManager::GetMapCenter --- include/Map/MapBase.hpp | 2 +- include/Map/MapManager.hpp | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'include/Map') diff --git a/include/Map/MapBase.hpp b/include/Map/MapBase.hpp index f7d1b8e1..037b7749 100644 --- a/include/Map/MapBase.hpp +++ b/include/Map/MapBase.hpp @@ -89,7 +89,7 @@ public: /* 048 */ u32 mUnk_048; /* 04c */ unk32 mUnk_04c; /* 050 */ unk8 mUnk_050[0x80]; - /* 0d0 */ Vec3p mUnk_0d0; + /* 0d0 */ Vec3p mCenter; /* 0dc */ AABB mBounds; /* 0f4 */ Vec3p mUnk_0f4; /* 100 */ std::vector mEntrances; diff --git a/include/Map/MapManager.hpp b/include/Map/MapManager.hpp index 818df21b..74f18a51 100644 --- a/include/Map/MapManager.hpp +++ b/include/Map/MapManager.hpp @@ -110,11 +110,11 @@ public: q20 GetMapMinZ(); q20 GetMapMaxX(); q20 GetMapMaxZ(); - unk8 Get_MapData_Unk_d0(); - unk8 Get_MapData_Unk_d8(); - unk8 GetMapData_Unk_dc(Vec3p *param_2); - unk8 GetMapData_Unk_e8(Vec3p *param_2); - unk8 GetMapData_Unk_d0(Vec3p *param_2); + q20 GetMapCenterX(); + q20 GetMapCenterZ(); + void GetMapMinBounds(Vec3p *param_2); + void GetMapMaxBounds(Vec3p *param_2); + void GetMapCenter(Vec3p *param_2); unk8 func_ov00_0208346c(AABB *param_2); unk8 func_ov00_020834bc(Vec3p *param_2, unk32 param_3, unk32 param_4); unk8 func_ov00_02083524(Vec3p *param_2, unk32 param_3, unk32 param_4); -- cgit v1.2.3