Decompile chrTryAttackWalk

This commit is contained in:
Ryan Dwyer
2020-05-25 20:04:41 +10:00
parent 8dd32bdf33
commit 86b8971e76
3 changed files with 30 additions and 102 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ void func0f030120(struct chrdata *chr, s32 entitytype, s32 entityid);
void chrAttackLie(struct chrdata *chr, s32 entitytype, s32 entityid);
void chrAttackKneel(struct chrdata *chr, s32 entitytype, s32 entityid);
u32 func0f030584(void);
u32 chrAttackWalk(void);
void chrAttackWalk(struct chrdata *chr, u32 speed);
u32 func0f030a40(void);
u32 chrAttackRoll(void);
void func0f030ff8(struct chrdata *chr, u32 anim_id, f32 fstartframe, f32 fendframe, u8 flags, u32 transition, f32 result);
+1 -1
View File
@@ -612,7 +612,7 @@ struct chrdata {
/*0x0b8*/ f32 ground;
/*0x0bc*/ struct coord fallspeed;
/*0x0c8*/ struct coord prevpos;
/*0x0d4*/ u32 lastwalk60;
/*0x0d4*/ s32 lastwalk60;
/*0x0d8*/ s32 lastmoveok60;
/*0x0dc*/ f32 visionrange;
/*0x0e0*/ s32 lastseetarget60;