mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-25 22:18:04 -04:00
Decompile mpstatsRecordDeath
This commit is contained in:
@@ -220,7 +220,7 @@ void chrJumpOut(struct chrdata *chr, bool side);
|
||||
void chrRunToPos(struct chrdata *chr, struct coord *pos);
|
||||
void chrBeginDead(struct chrdata *chr);
|
||||
f32 chrGetShield(struct chrdata *chr);
|
||||
void func0f036358(struct chrdata *chr, s32 arg1);
|
||||
void chrDie(struct chrdata *chr, s32 aplayernum);
|
||||
void chrGoPosGetCurWaypointInfo(struct chrdata *chr, struct coord *pos, s16 *rooms);
|
||||
void chrGoPosClearRestartTtl(struct chrdata *chr);
|
||||
void chrPatrolGetCurWaypointInfo(struct chrdata *chr, struct coord *pos, s16 *rooms);
|
||||
|
||||
@@ -16,7 +16,7 @@ u32 func0f0b05a4(void);
|
||||
s32 currentPlayerGetNumKills(void);
|
||||
void currentPlayerIncrementDeathCount(void);
|
||||
void currentPlayerRecordSuicide(void);
|
||||
s32 func0f0b09f4(s32 arg0, s32 playernum);
|
||||
void mpstatsRecordDeath(s32 aplayernum, s32 vplayernum);
|
||||
struct weapon *weaponFindById(s32 itemid);
|
||||
struct weaponfunc *weaponGetFunctionById(u32 weaponnum, u32 which);
|
||||
struct weaponfunc *handGetWeaponFunction2(struct hand *hand);
|
||||
|
||||
@@ -16,7 +16,7 @@ s16 aibotGetWeaponPad(struct chrdata *chr, u32 weaponnum);
|
||||
void aibotGiveProp(struct chrdata *chr, struct prop *prop);
|
||||
u32 func0f198068(void);
|
||||
u32 func0f198278(void);
|
||||
u32 func0f1982d4(void);
|
||||
s32 func0f1982d4(s32 weaponnum);
|
||||
u32 func0f198338(void);
|
||||
u32 func0f198db4(void);
|
||||
u32 func0f198df8(void);
|
||||
|
||||
+3
-26
@@ -431,8 +431,7 @@ struct aibot {
|
||||
/*0x070*/ f32 unk070;
|
||||
/*0x074*/ s8 unk074;
|
||||
/*0x075*/ s8 unk075;
|
||||
/*0x076*/ s8 unk076;
|
||||
/*0x077*/ s8 unk077;
|
||||
/*0x076*/ s16 lastkilledbyplayernum;
|
||||
/*0x078*/ u8 unk078;
|
||||
/*0x079*/ u8 command;
|
||||
/*0x07a*/ s16 rooms[1];
|
||||
@@ -513,30 +512,8 @@ struct aibot {
|
||||
/*0x208*/ u32 unk208;
|
||||
/*0x20c*/ u32 unk20c;
|
||||
/*0x210*/ u32 unk210;
|
||||
/*0x214*/ u32 unk214;
|
||||
/*0x218*/ u32 unk218;
|
||||
/*0x21c*/ u32 unk21c;
|
||||
/*0x220*/ u32 unk220;
|
||||
/*0x224*/ u32 unk224;
|
||||
/*0x228*/ u32 unk228;
|
||||
/*0x22c*/ u32 unk22c;
|
||||
/*0x230*/ u32 unk230;
|
||||
/*0x234*/ u32 unk234;
|
||||
/*0x238*/ u32 unk238;
|
||||
/*0x23c*/ u32 unk23c;
|
||||
/*0x240*/ u32 unk240;
|
||||
/*0x244*/ u32 unk244;
|
||||
/*0x248*/ u32 unk248;
|
||||
/*0x24c*/ u32 unk24c;
|
||||
/*0x250*/ u32 unk250;
|
||||
/*0x254*/ u32 unk254;
|
||||
/*0x258*/ u32 unk258;
|
||||
/*0x25c*/ u32 unk25c;
|
||||
/*0x260*/ u32 unk260;
|
||||
/*0x264*/ u32 unk264;
|
||||
/*0x268*/ u32 unk268;
|
||||
/*0x26c*/ u32 unk26c;
|
||||
/*0x270*/ u32 unk270;
|
||||
/*0x214*/ f32 unk214[6][2];
|
||||
/*0x244*/ f32 unk244[6][2];
|
||||
/*0x274*/ u32 unk274;
|
||||
/*0x278*/ u32 unk278;
|
||||
/*0x27c*/ u32 unk27c;
|
||||
|
||||
Reference in New Issue
Block a user