Decompile func0f114958

This commit is contained in:
Ryan Dwyer
2020-11-21 11:45:24 +10:00
parent c5a3133242
commit 71a09979bc
3 changed files with 20 additions and 33 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
void waypointSetHashThing(s32 hash1, s32 hash2);
struct waypoint *waypointFindClosestToPos(struct coord *pos, s16 *rooms);
u32 func0f114810(void);
u32 func0f114958(void);
void func0f114958(s32 *groupnums, s32 value, u32 mask);
u32 func0f1149b0(void);
u32 func0f114a2c(void);
u32 func0f114aec(void);
+2 -2
View File
@@ -341,14 +341,14 @@ struct modeldata_headspot { // type 0x17
struct waygroup {
s32 *neighbours;
s32 *waypoints;
s32 terminator; // always zero
s32 unk08;
};
struct waypoint {
s32 padnum;
s32 *neighbours; // most significant two bits are booleans, remaining bits are waypoint index
s32 groupnum;
s32 terminator; // always zero
s32 unk0c;
};
struct aibot014 {