mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-30 23:54:40 -04:00
Decompile func0f0375b0
This commit is contained in:
@@ -72,11 +72,11 @@ s32 func0f037124(struct chrdata *chr);
|
||||
void chrGoPosConsiderRestart(struct chrdata *chr);
|
||||
void chrGoPosInitExpensive(struct chrdata *chr);
|
||||
void chrGoPosAdvanceWaypoint(struct chrdata *chr);
|
||||
u32 func0f0373dc(void);
|
||||
s32 func0f0373dc(struct chrdata *chr, u32 *arg1, bool arg2);
|
||||
s32 func0f0374a0(struct chrdata *chr, s32 arg1);
|
||||
void chrPatrolGetCurWaypointInfoWithFlags(struct chrdata *chr, struct coord *pos, s16 *rooms, u32 *flags);
|
||||
void func0f037580(struct chrdata *chr);
|
||||
u32 func0f0375b0(void);
|
||||
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);
|
||||
|
||||
+1
-1
@@ -548,7 +548,7 @@ struct waydata {
|
||||
|
||||
struct act_patrol {
|
||||
/*0x02c*/ u32 unk02c;
|
||||
/*0x030*/ u32 unk030;
|
||||
/*0x030*/ s32 nextstep;
|
||||
/*0x034*/ u32 unk034;
|
||||
/*0x038*/ struct waydata waydata;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user