mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 07:07:35 -04:00
Decompile chrUpdateAimProperties
This commit is contained in:
@@ -13,7 +13,7 @@ s32 chrsGetNumFree(void);
|
||||
s16 getLowestUnusedChrId(void);
|
||||
struct prop *func0f020b14(struct prop *prop, struct model *model, struct coord *pos, s16 *rooms, f32 arg3, u8 *ailist);
|
||||
void func0f020d44(struct prop *prop, bool removechr);
|
||||
u32 func0f021258(void);
|
||||
void chrUpdateAimProperties(struct chrdata *chr);
|
||||
void func0f02133c(struct chrdata *chr);
|
||||
void chrDoFlinchcntThing(struct chrdata *chr, f32 arg1);
|
||||
u32 func0f02143c(void);
|
||||
|
||||
+1
-1
@@ -844,7 +844,7 @@ struct chrdata {
|
||||
/*0x00b*/ s8 numarghs;
|
||||
/*0x00c*/ u8 fadealpha;
|
||||
/*0x00d*/ s8 arghrating;
|
||||
/*0x00e*/ u8 aimendcount;
|
||||
/*0x00e*/ s8 aimendcount;
|
||||
/*0x00f*/ u8 grenadeprob;
|
||||
/*0x010*/ s16 bodynum;
|
||||
/*0x012*/ s8 flinchcnt;
|
||||
|
||||
Reference in New Issue
Block a user