d_a_obj_lv6bemos2 and d_a_obj_lv6bemos almost equivalent (#2527)

* initial work

* All but one function equivalent

* Missed comment that needed to be removed

* initial work

* got to CreateHeap

* d_a_obj_lv6bemos almost equivalent
This commit is contained in:
Carco_21
2025-07-15 16:05:04 -04:00
committed by GitHub
parent 5c86d6d26f
commit c0717e1e56
5 changed files with 1609 additions and 1412 deletions
+5
View File
@@ -835,6 +835,11 @@ public:
getTriPla(&poly);
return cBgW_CheckBWall(poly.mNormal.y);
}
static bool checkGroundHit() {
cM3dGPla poly;
getTriPla(&poly);
return cBgW_CheckBGround(poly.mNormal.y);
}
static dBgS_ObjLinChk mLineCheck;
};