mirror of
https://github.com/zeldaret/ph
synced 2026-05-25 23:35:11 -04:00
Decompile MapManager::GetCourseMinZ
Decompile MapManager::GetCourseMaxX Decompile MapManager::GetCourseMaxZ
This commit is contained in:
@@ -103,9 +103,9 @@ public:
|
||||
static unk8 func_ov00_02083374();
|
||||
static unk8 func_ov00_02083384();
|
||||
q20 GetCourseMinX();
|
||||
unk8 GetCourseMinZ();
|
||||
unk8 GetCourseMaxX();
|
||||
unk8 GetCourseMaxZ();
|
||||
q20 GetCourseMinZ();
|
||||
q20 GetCourseMaxX();
|
||||
q20 GetCourseMaxZ();
|
||||
unk8 func_ov00_020833c4();
|
||||
unk8 func_ov00_020833d0();
|
||||
unk8 func_ov00_020833dc();
|
||||
|
||||
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user