mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-08 18:23:19 -04:00
Decompile waypointFindRoute
This commit is contained in:
@@ -5,18 +5,18 @@
|
||||
|
||||
void waypointSetHashThing(s32 hash1, s32 hash2);
|
||||
struct waypoint *waypointFindClosestToPos(struct coord *pos, s16 *rooms);
|
||||
u32 func0f114810(void);
|
||||
struct waygroup *func0f114810(s32 *groupnums, s32 value, u32 mask);
|
||||
void func0f114958(s32 *groupnums, s32 value, u32 mask);
|
||||
bool func0f1149b0(struct waygroup *group, s32 arg1, u32 mask);
|
||||
u32 func0f114a2c(void);
|
||||
u32 func0f114aec(void);
|
||||
bool func0f114aec(struct waygroup *from, struct waygroup *to, struct waygroup *groups);
|
||||
u32 func0f114b7c(void);
|
||||
void func0f114ccc(s32 *pointnums, s32 value, s32 groupnum, u32 mask);
|
||||
u32 func0f114d34(void);
|
||||
u32 func0f114de0(void);
|
||||
u32 func0f114ee4(void);
|
||||
u32 func0f114f70(void);
|
||||
u32 func0f11505c(void);
|
||||
s32 func0f114f70(struct waypoint *from, struct waypoint *to, struct waypoint **arr, s32 maxwaypoints);
|
||||
void func0f11505c(struct waygroup *arg0, struct waygroup *arg1, struct waypoint **arg2, struct waypoint **arg3);
|
||||
s32 waypointFindRoute(struct waypoint *from, struct waypoint *to, struct waypoint **arr, s32 maxwaypoints);
|
||||
void func0f115390(void);
|
||||
u32 func0f1153c4(void);
|
||||
|
||||
Reference in New Issue
Block a user