mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-12 04:09:01 -04:00
Decompile mpGetWeaponIndexByWeaponNum
This commit is contained in:
@@ -17,7 +17,7 @@ s16 aibotGetWeaponPad(struct chrdata *chr, u32 weaponnum);
|
||||
void aibotGiveProp(struct chrdata *chr, struct prop *prop);
|
||||
u32 func0f198068(void);
|
||||
u32 func0f198278(void);
|
||||
s32 func0f1982d4(s32 weaponnum);
|
||||
s32 mpGetWeaponIndexByWeaponNum(s32 weaponnum);
|
||||
u32 func0f198338(void);
|
||||
u32 func0f198db4(void);
|
||||
u32 func0f198df8(void);
|
||||
|
||||
+2
-2
@@ -513,8 +513,8 @@ struct aibot {
|
||||
/*0x208*/ u32 unk208;
|
||||
/*0x20c*/ u32 unk20c;
|
||||
/*0x210*/ u32 unk210;
|
||||
/*0x214*/ f32 unk214[6][2];
|
||||
/*0x244*/ f32 unk244[6][2];
|
||||
/*0x214*/ f32 killsbygunfunc[6][2];
|
||||
/*0x244*/ f32 suicidesbygunfunc[6][2];
|
||||
/*0x274*/ u32 unk274[6][2];
|
||||
/*0x2a4*/ u32 unk2a4;
|
||||
/*0x2a8*/ u32 unk2a8[6];
|
||||
|
||||
Reference in New Issue
Block a user