mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 23:37:33 -04:00
Decompile chrGoposInitExpensive
This commit is contained in:
@@ -2667,7 +2667,8 @@
|
||||
#define VISIONMODE_SLAYERROCKET 2
|
||||
#define VISIONMODE_3 3
|
||||
|
||||
#define WAYMODE_CHEAP 6
|
||||
#define WAYMODE_EXPENSIVE 0
|
||||
#define WAYMODE_CHEAP 6
|
||||
|
||||
#define WEAPON_NONE 0x00
|
||||
#define WEAPON_UNARMED 0x01
|
||||
|
||||
@@ -70,7 +70,7 @@ void chrGoposGetCurWaypointInfo(struct chrdata *chr, struct coord *arg1, s16 *ro
|
||||
f32 func0f0370a8(struct chrdata *chr);
|
||||
s32 func0f037124(struct chrdata *chr);
|
||||
void chrGoposConsiderRestart(struct chrdata *chr);
|
||||
void func0f0372e8(struct chrdata *chr);
|
||||
void chrGoposInitExpensive(struct chrdata *chr);
|
||||
void chrGoposAdvanceWaypoint(struct chrdata *chr);
|
||||
u32 func0f0373dc(void);
|
||||
u32 func0f0374a0(void);
|
||||
|
||||
+1
-5
@@ -482,11 +482,7 @@ struct waydata {
|
||||
/*0x00*/ s8 mode;
|
||||
/*0x01*/ u8 unk01;
|
||||
/*0x02*/ u8 unk02;
|
||||
/*0x03*/ u8 unk03;
|
||||
/*0x04*/ u16 unk04;
|
||||
/*0x06*/ u8 unk06;
|
||||
/*0x08*/ u32 unk08;
|
||||
/*0x0c*/ u32 unk0c;
|
||||
/*0x04*/ struct coord pos;
|
||||
/*0x10*/ u32 unk10;
|
||||
/*0x14*/ u32 unk14;
|
||||
/*0x18*/ u32 unk18;
|
||||
|
||||
Reference in New Issue
Block a user