Decompile chrAttackWalkChooseAnimation

This commit is contained in:
Ryan Dwyer
2020-06-19 23:07:04 +10:00
parent 45225c0821
commit 77b63d2a05
3 changed files with 25 additions and 31 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ void chrRunPosChooseAnimation(struct chrdata *chr);
void chrAttackStand(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);
void chrAttackWalkChooseAnimation(struct chrdata *chr);
void chrAttackWalk(struct chrdata *chr, u32 speed);
u32 func0f030a40(void);
void chrAttackRoll(struct chrdata *chr, bool direction);