mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 21:03:21 -04:00
Attempt to decompile aibotTick
This commit is contained in:
@@ -26,7 +26,7 @@ s32 func0f022be4(struct chrdata *chr);
|
||||
void chrSetPoisoned(struct chrdata *chr, struct prop *poisonprop);
|
||||
void chrTickPoisoned(struct chrdata *chr);
|
||||
bool propchrDoFireslotThing(struct prop *prop);
|
||||
u32 func0f023098(void);
|
||||
bool func0f023098(struct prop *prop);
|
||||
void chrDropItems(struct chrdata *chr);
|
||||
void chrSetHudpieceVisible(struct chrdata *chr, bool visible);
|
||||
void chrDropWeapons(struct chrdata *chr);
|
||||
|
||||
@@ -265,7 +265,7 @@ void chrTickKneel(struct chrdata *chr);
|
||||
void chrFadeCorpse(struct chrdata *chr);
|
||||
void chrEnableReap(struct chrdata *chr);
|
||||
void chrTickTest(struct chrdata *chr);
|
||||
void func0f03e538(struct chrdata *chr, f32 angle);
|
||||
void chrSetLookAngle(struct chrdata *chr, f32 angle);
|
||||
f32 func0f03e578(struct chrdata *chr);
|
||||
void func0f03e5b0(struct chrdata *chr, f32 arg1);
|
||||
void chrResetAimEndProperties(struct chrdata *chr);
|
||||
|
||||
@@ -11,11 +11,11 @@ void mpInitSimulants(void);
|
||||
u32 add87654321(u32 value);
|
||||
u32 propobjHandlePickupByAibot(struct prop *prop, struct chrdata *chr);
|
||||
u32 func0f190be4(void);
|
||||
u32 func0f19124c(void);
|
||||
void func0f19124c(struct chrdata *chr);
|
||||
s32 chrGuessCrouchPos(struct chrdata *chr);
|
||||
u32 func0f191448(void);
|
||||
u32 func0f191638(void);
|
||||
u32 func0f1918d0(void);
|
||||
void func0f191448(struct chrdata *chr);
|
||||
bool func0f191638(struct chrdata *chr, bool arg1);
|
||||
bool aibotTick(struct prop *prop);
|
||||
f32 aibotCalculateMaxSpeed(struct chrdata *chr);
|
||||
u32 func0f1921f8(void);
|
||||
void func0f192628(struct chrdata *chr, struct prop *arg1);
|
||||
@@ -29,7 +29,7 @@ u32 func0f192e90(void);
|
||||
u32 func0f19369c(void);
|
||||
s32 func0f1937a4(struct chrdata *chr, s32 arg1);
|
||||
u32 func0f194990(void);
|
||||
u32 func0f194b40(void);
|
||||
void func0f194b40(struct chrdata *chr);
|
||||
s32 mpObjIsSafe(struct defaultobj *obj);
|
||||
s32 mpchrGetWeaponNum(struct chrdata *chr);
|
||||
u8 mpchrGetTargetsWeaponNum(struct chrdata *chr);
|
||||
|
||||
Reference in New Issue
Block a user