documentation: core2/ba/physics
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <ultra64.h>
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
#include "core2/ba/physics.h"
|
||||
|
||||
extern void func_802F494C(void *, f32);
|
||||
extern void func_802F4884(void *, s32, f32);
|
||||
@@ -43,7 +44,7 @@ void func_8029AA3C(void){
|
||||
else
|
||||
func_8029C304(2);
|
||||
|
||||
sp30 = ml_map_f(_get_horzVelocity(), 0.0f, 500.0f, 70.0f, 250.0f);
|
||||
sp30 = ml_map_f(baphysics_get_horizontal_velocity(), 0.0f, 500.0f, 70.0f, 250.0f);
|
||||
func_8028E9C4(D_8037D194, sp34);
|
||||
sp34[1] = func_80294500();
|
||||
pCtrl = func_802F4094(sp34, 8.0f);
|
||||
|
Reference in New Issue
Block a user