mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 23:37:33 -04:00
Decompile func0f114958
This commit is contained in:
@@ -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
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user