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

@@ -1,6 +1,8 @@
#include <ultra64.h>
#include "functions.h"
#include "variables.h"
#include "core2/ba/physics.h"
extern void ml_vec3f_assign(f32[3], f32, f32, f32);
@@ -58,13 +60,13 @@ void func_80292974(f32 arg0, f32 arg1, f32 arg2){
void func_802929F8(void){
switch (D_80363790) {
case 0: //L80292A2C
func_80292864(func_80297A7C() - 20.0f, 40.0f);
func_80292864(baphysics_get_target_yaw() - 20.0f, 40.0f);
break;
case 1: //L80292A2C
func_80292864(func_80297A7C() + 20.0f, 40.0f);
func_80292864(baphysics_get_target_yaw() + 20.0f, 40.0f);
break;
case 2: //L80292A94
func_80292864(func_80297A7C(), 30.0f);
func_80292864(baphysics_get_target_yaw(), 30.0f);
break;
default: //L80292AC0
break;