mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-16 22:39:59 -04:00
Document botdifficulty struct
This commit is contained in:
@@ -30,7 +30,7 @@ void botDisarm(struct chrdata *chr, struct prop *attacker);
|
||||
void botSetTarget(struct chrdata *chr, s32 propnum);
|
||||
bool botIsTargetInvisible(struct chrdata *botchr, struct chrdata *otherchr);
|
||||
bool botHasGround(struct chrdata *chr);
|
||||
void bot0f192a74(struct chrdata *chr);
|
||||
void botUpdateZeroAngle(struct chrdata *chr);
|
||||
bool botPassesPeaceCheck(struct chrdata *botchr, struct chrdata *otherchr);
|
||||
bool botPassesCowardCheck(struct chrdata *botchr, struct chrdata *otherchr);
|
||||
void botChooseGeneralTarget(struct chrdata *chr);
|
||||
|
||||
+4
-15
@@ -785,12 +785,12 @@ struct aibot {
|
||||
/*0x16c*/ u8 chrsinsight[MAX_MPCHRS];
|
||||
/*0x178*/ s32 chrslastseen60[MAX_MPCHRS];
|
||||
/*0x1a8*/ RoomNum chrrooms[MAX_MPCHRS];
|
||||
/*0x1c0*/ f32 extraangle;
|
||||
/*0x1c4*/ f32 extraanglerate;
|
||||
/*0x1c8*/ f32 extraanglebase;
|
||||
/*0x1c0*/ f32 zeroangle;
|
||||
/*0x1c4*/ f32 zerospeed;
|
||||
/*0x1c8*/ f32 zeroinc;
|
||||
/*0x1cc*/ s32 random3ttl60;
|
||||
/*0x1d0*/ u32 random3;
|
||||
/*0x1d4*/ f32 targetinsighttemperature;
|
||||
/*0x1d4*/ f32 curzerotimer60;
|
||||
/*0x1d8*/ s32 abortattacktimer60;
|
||||
/*0x1dc*/ bool canbreakdefend;
|
||||
/*0x1e0*/ bool canbreakfollow;
|
||||
@@ -4519,17 +4519,6 @@ struct modelstate {
|
||||
u16 scale;
|
||||
};
|
||||
|
||||
struct botdifficulty {
|
||||
u8 shootdelay;
|
||||
f32 unk04;
|
||||
f32 unk08;
|
||||
u16 unk0c;
|
||||
f32 unk10;
|
||||
f32 unk14;
|
||||
f32 unk18;
|
||||
s32 dizzyamount;
|
||||
};
|
||||
|
||||
struct animtablerow {
|
||||
s16 animnum;
|
||||
bool flip;
|
||||
|
||||
Reference in New Issue
Block a user