mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-11 05:07:54 -04:00
Decompile hovUpdateGround
This commit is contained in:
@@ -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
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user