mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 07:32:16 -04:00
Decompile func0f0d341c
This commit is contained in:
@@ -3172,6 +3172,10 @@
|
||||
#define TRACKTYPE_AMBIENT 5
|
||||
#define TRACKTYPE_6 6
|
||||
|
||||
#define VEHICLEMODE_OFF 0
|
||||
#define VEHICLEMODE_ENGINESTART 1
|
||||
#define VEHICLEMODE_RUNNING 2
|
||||
|
||||
#define VERSION_NTSC_BETA 0
|
||||
#define VERSION_NTSC_1_0 1
|
||||
#define VERSION_NTSC_FINAL 2
|
||||
|
||||
@@ -12,7 +12,7 @@ void currentPlayerUpdateSpeedBike(struct movedata *data);
|
||||
void func0f0d2b40(struct defaultobj *bike, struct coord *arg1, f32 arg2);
|
||||
s32 func0f0d2e18(struct coord *arg0, f32 arg1);
|
||||
s32 func0f0d3298(struct coord *arg0, f32 arg1);
|
||||
u32 func0f0d341c(void);
|
||||
void func0f0d341c(struct coord *arg0);
|
||||
s32 func0f0d363c(f32 arg0);
|
||||
s32 func0f0d3680(struct coord *arg0, struct coord *arg1, struct coord *arg2);
|
||||
s32 func0f0d36d4(struct coord *arg0, struct coord *arg1, struct coord *arg2, struct coord *arg3, struct coord *arg4);
|
||||
|
||||
+1
-1
@@ -2735,7 +2735,7 @@ struct player {
|
||||
/*0x1a68*/ u32 unk1a68;
|
||||
/*0x1a6c*/ struct prop *hoverbike;
|
||||
/*0x1a70*/ struct coord bondvehicleoffset;
|
||||
/*0x1a7c*/ u32 bondvehiclemode;
|
||||
/*0x1a7c*/ s32 bondvehiclemode;
|
||||
/*0x1a80*/ f32 bondentert;
|
||||
/*0x1a84*/ f32 bondentert2;
|
||||
/*0x1a88*/ u32 bondentertheta;
|
||||
|
||||
Reference in New Issue
Block a user