mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 12:35:46 -04:00
Attempt to decompile currentPlayerUpdateSpeedBike
This commit is contained in:
@@ -8,7 +8,7 @@ u32 func0f0d2184(void);
|
||||
void func0f0d2294(void);
|
||||
u32 func0f0d22f8(void);
|
||||
u32 func0f0d2558(void);
|
||||
void func0f0d26ac(struct movedata *data);
|
||||
void currentPlayerUpdateSpeedBike(struct movedata *data);
|
||||
u32 func0f0d2b40(void);
|
||||
u32 func0f0d2e18(void);
|
||||
u32 func0f0d3298(void);
|
||||
|
||||
@@ -17,7 +17,7 @@ void currentPlayerSetPerspective(f32 near, f32 fovy, f32 aspect);
|
||||
f32 func0f0b49b8(f32 arg0);
|
||||
void currentPlayerSetCameraScale(void);
|
||||
u32 func0f0b4c3c(void);
|
||||
void func0f0b4d04(struct coord *in, struct coord *out);
|
||||
void func0f0b4d04(struct coord *in, f32 *out);
|
||||
void func0f0b4d68(struct coord *in, struct coord *out);
|
||||
void func0f0b4dec(struct coord *in, struct coord *out);
|
||||
void func0f0b4e68(struct coord *in, f32 divisor, struct coord *out);
|
||||
|
||||
@@ -31,7 +31,7 @@ u32 func00014904(void);
|
||||
u32 func000149c0(void);
|
||||
u32 func00014a78(void);
|
||||
u32 func00014b50(void);
|
||||
u32 func00014c98(void);
|
||||
u32 func00014c98(u32 arg0, s8 contpadnum, u32 buttons);
|
||||
s32 func00014e10(u32 arg0);
|
||||
s32 func00014eb8(u32 arg0);
|
||||
s32 func00014f60(s8 arg0, u16 arg1);
|
||||
|
||||
+5
-5
@@ -821,7 +821,7 @@ struct hov {
|
||||
/*0x08*/ u32 unk08;
|
||||
/*0x0c*/ u32 unk0c;
|
||||
/*0x10*/ f32 unk10;
|
||||
/*0x14*/ u32 unk14;
|
||||
/*0x14*/ f32 unk14;
|
||||
/*0x18*/ u32 unk18;
|
||||
/*0x1c*/ u32 unk1c;
|
||||
/*0x20*/ u32 unk20;
|
||||
@@ -1037,10 +1037,10 @@ struct hoverbikeobj { // objtype 33
|
||||
/*0x09c*/ f32 speed[2];
|
||||
/*0x0a4*/ f32 prevpos[2];
|
||||
/*0x0ac*/ f32 w;
|
||||
/*0x0b0*/ u32 rels;
|
||||
/*0x0b8*/ u32 exreal;
|
||||
/*0x0bc*/ u32 ezreal;
|
||||
/*0x0c0*/ u32 ezreal2;
|
||||
/*0x0b0*/ u32 rels[2];
|
||||
/*0x0b8*/ f32 exreal;
|
||||
/*0x0bc*/ f32 ezreal;
|
||||
/*0x0c0*/ f32 ezreal2;
|
||||
/*0x0c4*/ u32 leanspeed;
|
||||
/*0x0c8*/ u32 leandiff;
|
||||
/*0x0cc*/ u32 maxspeedtime240;
|
||||
|
||||
Reference in New Issue
Block a user