mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-19 21:32:31 -04:00
Decompile currentPlayerGetShotCount
This commit is contained in:
+1
-7
@@ -3261,13 +3261,7 @@ struct bootbufferthing {
|
||||
};
|
||||
|
||||
struct playerstats {
|
||||
/*0x00*/ u32 shotcount;
|
||||
/*0x04*/ u32 unk04;
|
||||
/*0x08*/ u32 unk08;
|
||||
/*0x0c*/ u32 unk0c;
|
||||
/*0x10*/ u32 unk10;
|
||||
/*0x14*/ u32 unk14;
|
||||
/*0x18*/ u32 unk18;
|
||||
/*0x00*/ u32 shotcount[7];
|
||||
/*0x1c*/ u32 killcount;
|
||||
/*0x20*/ u32 ggkillcount;
|
||||
/*0x24*/ u32 kills[4];
|
||||
|
||||
Reference in New Issue
Block a user