mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 22:59:11 -04:00
Decompile currentPlayerTryBikeDismountAngle
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
void currentPlayerBikeInit(void);
|
||||
void func0f0d2184(void);
|
||||
void func0f0d2294(void);
|
||||
u32 func0f0d22f8(void);
|
||||
void currentPlayerTryBikeDismountAngle(f32 relativeangle, f32 distance);
|
||||
u32 func0f0d2558(void);
|
||||
void currentPlayerUpdateSpeedBike(struct movedata *data);
|
||||
u32 func0f0d2b40(void);
|
||||
|
||||
@@ -32,7 +32,7 @@ u32 func0f062ef8(void);
|
||||
u32 func0f062fac(void);
|
||||
u32 func0f06302c(void);
|
||||
void func0f063dcc(void);
|
||||
void func0f064178(struct prop *prop, bool enable);
|
||||
void func0f064178(struct prop *prop, s32 enable);
|
||||
u32 func0f0641f4(void);
|
||||
u32 func0f06438c(void);
|
||||
u32 func0f064a24(void);
|
||||
|
||||
@@ -85,7 +85,7 @@ u32 func0002a440(void);
|
||||
u32 func0002a4d0(void);
|
||||
s32 func0002a564(struct coord *pos, s16 *rooms, f32 *arg2, u32 arg3, struct coord *arg4, bool *arg5);
|
||||
u32 func0002a5e4(void);
|
||||
bool func0002a684(struct coord *pos, f32 width, s16 *rooms, s32 arg3, s32 arg4, f32 arg5, f32 arg6);
|
||||
s32 func0002a684(struct coord *pos, f32 width, s16 *rooms, s32 arg3, s32 arg4, f32 arg5, f32 arg6);
|
||||
u32 func0002a6fc(void);
|
||||
u32 func0002a9f0(void);
|
||||
u32 func0002aac0(void);
|
||||
@@ -101,7 +101,7 @@ u32 func0002c714(void);
|
||||
u32 func0002d15c(void);
|
||||
u32 func0002d3b0(void);
|
||||
bool func0002d6ac(struct coord *pos, s16 *rooms, struct coord *targetpos, u32 arg3, u32 arg4, f32 arg5, f32 arg6);
|
||||
u32 func0002d72c(void);
|
||||
s32 func0002d72c(struct coord *pos, s16 *rooms, struct coord *coord2, s16 *rooms2, u32 arg4, s32 arg5, f32 arg6, f32 arg7);
|
||||
bool func0002d7c0(struct coord *pos, s16 *rooms, struct coord *arg2, u32 arg3, u32 arg4, f32 arg5, f32 arg6);
|
||||
u32 func0002d840(void);
|
||||
u32 func0002d8b8(void);
|
||||
|
||||
+1
-1
@@ -2734,7 +2734,7 @@ struct player {
|
||||
/*0x1aec*/ u32 unk1aec;
|
||||
/*0x1af0*/ struct prop *unk1af0;
|
||||
/*0x1af4*/ u32 unk1af4;
|
||||
/*0x1af8*/ u32 walkinitmove;
|
||||
/*0x1af8*/ s32 walkinitmove;
|
||||
/*0x1afc*/ struct coord walkinitpos;
|
||||
/*0x1b08*/ f32 walkinitmtx[16];
|
||||
/*0x1b48*/ f32 walkinitt;
|
||||
|
||||
Reference in New Issue
Block a user