summaryrefslogtreecommitdiff
path: root/src/00_Core
diff options
context:
space:
mode:
authorSammygoodTunes <sygamerz@gmail.com>2025-01-11 18:51:09 +0100
committerSammygoodTunes <sygamerz@gmail.com>2025-01-11 18:51:09 +0100
commit090b1ae50ee4c3c13f7b4bd0734d8be22491fe76 (patch)
tree1fad86d16f3e5d11138244348889ab37e961b845 /src/00_Core
parent61f866af9347cd1411ba72b59ac3ce2250b2a5d2 (diff)
Decompile MapManager::GetCourseMinZ
Decompile MapManager::GetCourseMaxX Decompile MapManager::GetCourseMaxZ
Diffstat (limited to 'src/00_Core')
-rw-r--r--src/00_Core/Map/MapManager.cpp15
1 files changed, 12 insertions, 3 deletions
diff --git a/src/00_Core/Map/MapManager.cpp b/src/00_Core/Map/MapManager.cpp
index 6ee1310b..161b7301 100644
--- a/src/00_Core/Map/MapManager.cpp
+++ b/src/00_Core/Map/MapManager.cpp
@@ -67,9 +67,18 @@ ARM q20 MapManager::GetCourseMinX() {
return (this->mCourse->mBounds).min.x;
}
-unk8 MapManager::GetCourseMinZ() {}
-unk8 MapManager::GetCourseMaxX() {}
-unk8 MapManager::GetCourseMaxZ() {}
+ARM q20 MapManager::GetCourseMinZ() {
+ return (this->mCourse->mBounds).min.z;
+}
+
+ARM q20 MapManager::GetCourseMaxX() {
+ return (this->mCourse->mBounds).max.x;
+}
+
+ARM q20 MapManager::GetCourseMaxZ() {
+ return (this->mCourse->mBounds).max.z;
+}
+
unk8 MapManager::func_ov00_020833c4() {}
unk8 MapManager::func_ov00_020833d0() {}
unk8 MapManager::func_ov00_020833dc() {}