Decompile hovUpdateGround

This commit is contained in:
Ryan Dwyer
2021-05-19 20:17:26 +10:00
parent d08687d389
commit 8f2adbf9cc
5 changed files with 39 additions and 77 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ u32 func0f070eac(void);
void func0f070f08(struct liftobj *lift, bool arg0);
void liftGoToStop(struct liftobj *lift, s32 stopnum);
f32 objGetHov04(struct defaultobj *obj);
void func0f0713e4(struct defaultobj *obj, struct hov *hov, struct coord *coord, s16 *rooms, f32 *matrix);
void hovUpdateGround(struct defaultobj *obj, struct hov *hov, struct coord *pos, s16 *rooms, f32 *matrix);
void func0f0714b8(struct defaultobj *obj, struct hov *hov);
s32 objIsHoverpropOrBike(struct defaultobj *obj);
f32 hoverpropGetTurnAngle(struct defaultobj *obj);
+3 -3
View File
@@ -1622,9 +1622,9 @@ struct hov {
/*0x28*/ f32 unk28;
/*0x2c*/ f32 unk2c;
/*0x30*/ f32 unk30;
/*0x34*/ f32 unk34;
/*0x38*/ s32 unk38;
/*0x3c*/ s32 unk3c;
/*0x34*/ f32 ground;
/*0x38*/ s32 groundnext60; // time60 of when ground should be updated next
/*0x3c*/ s32 groundprev60; // time60 of when ground was last updated
};
struct defaultobj {