mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-13 21:55:21 -04:00
Decompile bbikeTick
This commit is contained in:
@@ -13,7 +13,6 @@ void bbike0f0d2b40(struct defaultobj *bike, struct coord *arg1, f32 arg2, struct
|
||||
s32 bbikeCalculateNewPosition(struct coord *arg0, f32 arg1);
|
||||
s32 bbikeCalculateNewPositionWithPush(struct coord *arg0, f32 arg1);
|
||||
void bbikeUpdateVertical(struct coord *arg0);
|
||||
s32 bbike0f0d363c(f32 arg0);
|
||||
s32 bbike0f0d3680(struct coord *arg0, struct coord *arg1, struct coord *arg2);
|
||||
s32 bbike0f0d36d4(struct coord *arg0, struct coord *arg1, struct coord *arg2, struct coord *arg3, struct coord *arg4);
|
||||
s32 bbike0f0d3840(struct coord *arg0, struct coord *arg1, struct coord *arg2);
|
||||
|
||||
@@ -13,8 +13,8 @@ u32 func0f092b50(void);
|
||||
u32 func0f092b7c(void);
|
||||
void func0f092c04(s32 channelnum);
|
||||
u32 func0f093508(void);
|
||||
u32 func0f093630(void);
|
||||
u32 func0f093790(void);
|
||||
void func0f093630(struct prop *prop, f32 arg1, s32 arg2);
|
||||
void func0f093790(struct prop *prop, s32 arg1);
|
||||
void func0f0938ec(struct prop *prop);
|
||||
s16 func0f0939f8(struct audiochannel *channel, struct prop *prop, s16 soundnum, s16 padnum, s32 arg4, u16 flags, u16 flags2, s32 arg7, struct coord *pos, f32 arg9, s16 *rooms, s32 room, f32 arg12, f32 arg13, f32 arg14);
|
||||
void audioMuteChannel(s32 channelnum);
|
||||
|
||||
@@ -54,7 +54,7 @@ f32 func0f09cf58(u32 arg0);
|
||||
void func0f09cf88(void);
|
||||
void func0f09d140(s32 hand);
|
||||
u32 func0f09d550(void);
|
||||
u32 func0f09d8dc(void);
|
||||
void func0f09d8dc(f32 breathing, f32 arg1, f32 arg2, f32 arg3, f32 arg4);
|
||||
u32 func0f09dd7c(void);
|
||||
u32 func0f09ddcc(void);
|
||||
u32 func0f09ddec(void);
|
||||
|
||||
@@ -2713,6 +2713,8 @@ struct player {
|
||||
/*0x1a6c*/ struct prop *hoverbike;
|
||||
/*0x1a70*/ struct coord bondvehicleoffset;
|
||||
/*0x1a7c*/ s32 bondvehiclemode;
|
||||
|
||||
// All bondenter properties are related to mounting the hoverbike
|
||||
/*0x1a80*/ f32 bondentert;
|
||||
/*0x1a84*/ f32 bondentert2;
|
||||
/*0x1a88*/ u32 bondentertheta;
|
||||
@@ -2720,6 +2722,7 @@ struct player {
|
||||
/*0x1a90*/ struct coord bondenterpos;
|
||||
/*0x1a9c*/ Mtxf bondentermtx;
|
||||
/*0x1adc*/ struct coord bondenteraim;
|
||||
|
||||
/*0x1ae8*/ f32 bondonground;
|
||||
/*0x1aec*/ struct prop *tank;
|
||||
/*0x1af0*/ struct prop *unk1af0;
|
||||
|
||||
Reference in New Issue
Block a user