mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 22:59:11 -04:00
Decompile chrTickPoisoned
This commit is contained in:
@@ -22,8 +22,8 @@ void func0f0220ec(struct chrdata *chr, s32 arg1, s32 arg2);
|
||||
u32 func0f022214(void);
|
||||
void chrUpdateCloak(struct chrdata *chr);
|
||||
s32 func0f022be4(struct chrdata *chr);
|
||||
void chrSetPoisoned(struct chrdata *chr, void *arg1);
|
||||
u32 func0f022d60(void);
|
||||
void chrSetPoisoned(struct chrdata *chr, struct prop *poisonprop);
|
||||
void chrTickPoisoned(struct chrdata *chr);
|
||||
bool propchrDoFireslotThing(struct prop *prop);
|
||||
u32 func0f023098(void);
|
||||
void chrDropItems(struct chrdata *chr);
|
||||
|
||||
+1
-1
@@ -920,7 +920,7 @@ struct chrdata {
|
||||
/*0x0dc*/ f32 visionrange;
|
||||
/*0x0e0*/ s32 lastseetarget60;
|
||||
/*0x0e4*/ s32 lastvisibletarget60;
|
||||
/*0x0e8*/ void *unk0e8;
|
||||
/*0x0e8*/ struct prop *poisonprop;
|
||||
/*0x0ec*/ s16 lastshooter;
|
||||
/*0x0ee*/ s16 timeshooter;
|
||||
/*0x0f0*/ f32 hearingscale;
|
||||
|
||||
Reference in New Issue
Block a user