mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 12:59:41 -04:00
Decompile aiSetVehicleSpeed
This commit is contained in:
@@ -216,7 +216,7 @@
|
||||
/*0x00d3*/ bool aiAudioMuteChannel(void);
|
||||
/*0x00d4*/ bool ai00d4(void);
|
||||
/*0x00d5*/ bool ai00d5(void);
|
||||
/*0x00d6*/ bool ai00d6(void);
|
||||
/*0x00d6*/ bool aiSetVehicleSpeed(void);
|
||||
/*0x00d7*/ bool ai00d7(void);
|
||||
/*0x00d8*/ bool aiNoOp00d8(void);
|
||||
/*0x00d9*/ bool aiNoOp00d9(void);
|
||||
|
||||
+7
-2
@@ -828,6 +828,11 @@ struct truckobj {
|
||||
/*0x5c*/ u8 *ailist;
|
||||
/*0x60*/ u16 aioffset;
|
||||
/*0x62*/ s16 aireturnlist;
|
||||
/*0x64*/ u32 unk64;
|
||||
/*0x68*/ u32 unk68;
|
||||
/*0x6c*/ u32 unk6c;
|
||||
/*0x70*/ f32 speedaim;
|
||||
/*0x74*/ f32 speedtime60;
|
||||
};
|
||||
|
||||
struct heliobj {
|
||||
@@ -864,8 +869,8 @@ struct chopperobj {
|
||||
/*0x60*/ u16 aioffset;
|
||||
/*0x62*/ s16 aireturnlist;
|
||||
/*0x64*/ u32 speed;
|
||||
/*0x68*/ u32 speedaim;
|
||||
/*0x6c*/ u32 speedtime60;
|
||||
/*0x68*/ f32 speedaim;
|
||||
/*0x6c*/ f32 speedtime60;
|
||||
/*0x70*/ u32 turnyspeed60;
|
||||
/*0x74*/ u32 turnxspeed60;
|
||||
/*0x78*/ u32 turnrot60;
|
||||
|
||||
Reference in New Issue
Block a user