Decompile aiSetVehicleSpeed

This commit is contained in:
Ryan Dwyer
2020-02-09 17:58:31 +10:00
parent fef8d54a9f
commit c4d4878323
4 changed files with 30 additions and 49 deletions
+1 -1
View File
@@ -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
View File
@@ -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;