Decompile waypointFindRoute

This commit is contained in:
Ryan Dwyer
2020-11-21 22:15:05 +10:00
parent a8b0e10c4c
commit 2f5878e617
2 changed files with 50 additions and 116 deletions
+4 -4
View File
@@ -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);