Decompile chrTickPoisoned

This commit is contained in:
Ryan Dwyer
2021-02-13 13:41:11 +10:00
parent 31b6288b1e
commit 175574ca3a
3 changed files with 91 additions and 220 deletions
+2 -2
View File
@@ -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
View File
@@ -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;