Decompile chrGoposInitExpensive

This commit is contained in:
Ryan Dwyer
2020-06-17 22:23:46 +10:00
parent a4b15f5ef1
commit 382e5e68c0
4 changed files with 25 additions and 36 deletions
+2 -1
View File
@@ -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
+1 -1
View File
@@ -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
View File
@@ -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;