mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 14:49:59 -04:00
Decompile func0f19369c
This commit is contained in:
@@ -26,7 +26,7 @@ u32 func0f192a74(void);
|
||||
u32 func0f192d64(void);
|
||||
bool func0f192dc0(struct chrdata *botchr, struct chrdata *chr);
|
||||
u32 func0f192e90(void);
|
||||
u32 func0f19369c(void);
|
||||
void func0f19369c(struct chrdata *chr, s32 arg1);
|
||||
s32 func0f1937a4(struct chrdata *chr, s32 arg1);
|
||||
u32 func0f194990(void);
|
||||
void func0f194b40(struct chrdata *chr);
|
||||
|
||||
+3
-2
@@ -376,7 +376,7 @@ struct aibot {
|
||||
/*0x01c*/ s32 *ammoheld;
|
||||
/*0x020*/ s32 weaponnum;
|
||||
/*0x024*/ s32 loadedammo[2]; // amount of ammo in current clip
|
||||
/*0x02c*/ u16 unk02c[2];
|
||||
/*0x02c*/ s16 unk02c[2];
|
||||
/*0x030*/ u32 unk030; // timer of some sort
|
||||
/*0x034*/ u32 unk034;
|
||||
/*0x038*/ u32 unk038;
|
||||
@@ -6970,7 +6970,8 @@ struct aibotweaponpreference {
|
||||
u16 unk08;
|
||||
u16 unk0a;
|
||||
u16 unk0c;
|
||||
u16 unk0e;
|
||||
u16 unk0e_00 : 3;
|
||||
u16 unk0e_03 : 1;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user