documentation: core2/ba/physics

This commit is contained in:
Banjo Kazooie
2024-06-16 22:36:36 -05:00
parent 8fe5c3b4d1
commit 092de6aae3
208 changed files with 2342 additions and 2163 deletions

View File

@@ -29,13 +29,13 @@ bool func_802BAC1C(void) {
}
void func_802BAC58(void) {
f32 sp34[3];
f32 sp28[3];
f32 vp_position[3];
f32 vp_rotation[3];
f32 sp1C[3];
viewport_getPosition(sp34);
viewport_getRotation(sp28);
func_802BEA4C(sp28, sp34, 150.0f, sp1C);
viewport_getPosition(vp_position);
viewport_getRotation(vp_rotation);
func_802BEA4C(vp_rotation, vp_position, 150.0f, sp1C);
if (D_8037D810 == NULL) {
D_8037D810 = func_8032FBE4(sp1C, func_802BABC0, 1, 0x15D);
}