Decompile func0f19369c

This commit is contained in:
Ryan Dwyer
2021-02-25 12:10:49 +10:00
parent 8d630fd996
commit 0b19266e78
4 changed files with 109 additions and 169 deletions
+1 -1
View File
@@ -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
View File
@@ -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