Decompile func0f03abd0

This commit is contained in:
Ryan Dwyer
2021-05-18 20:09:57 +10:00
parent 1f713a8c4c
commit bdec6cd6a2
2 changed files with 32 additions and 115 deletions
+2 -2
View File
@@ -91,7 +91,7 @@ void func0f0375b0(struct chrdata *chr);
void func0f0375e8(struct chrdata *chr, struct waydata *waydata, f32 arg2, struct coord *arg3, s16 *rooms);
void chrCalculatePosition(struct chrdata *chr, struct coord *pos);
void chrGoPosChooseAnimation(struct chrdata *chr);
s32 chrGoToPos(struct chrdata *chr, struct coord *pos, s16 *room, u32 flags);
bool chrGoToPos(struct chrdata *chr, struct coord *pos, s16 *rooms, u32 flags);
u32 func0f038868(void);
void func0f038b9c(struct chrdata *chr, struct path *path);
bool chrCanSeeEntity(struct chrdata *chr, struct coord *pos, s16 *rooms, bool arg3, u32 entitytype, u32 entityid);
@@ -111,7 +111,7 @@ bool chrTryAttackRun(struct chrdata *chr);
bool chrTryAttackRoll(struct chrdata *chr);
bool chrTryAttackAmount(struct chrdata *chr, u32 arg1, u32 arg2, u8 arg3, u8 arg4);
bool chrGoToPad(struct chrdata *chr, s32 padnum, u32 speed);
void func0f03abd0(struct chrdata *chr, struct coord *pos, s32 arg2);
bool func0f03abd0(struct chrdata *chr, struct coord *pos, u32 flags);
s32 func0f03aca0(struct chrdata *chr, f32 arg1, u8 arg2);
bool chrTryRunFromTarget(struct chrdata *chr);
u32 func0f03b1e0(struct chrdata *chr);