Decompile chrCheckFootstepMagic

This commit is contained in:
Ryan Dwyer
2021-06-16 20:25:47 +10:00
parent 1e858b683f
commit 2b2c24ffde
3 changed files with 106 additions and 847 deletions
+3 -3
View File
@@ -5,8 +5,8 @@
#include "types.h"
bool func0f005fd0(s32 animnum);
s32 chrChooseFootstepSound(struct chrdata *chr, u32 arg1);
void func0f0061dc(struct chrdata *chr);
void func0f006520(struct chrdata *chr);
s32 chrChooseFootstepSound(struct chrdata *chr, s32 index);
void chrCheckFootstep(struct chrdata *chr);
void chrCheckFootstepMagic(struct chrdata *chr);
#endif