mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-08 10:13:21 -04:00
Decompile currentPlayerGetSight
This commit is contained in:
@@ -1655,6 +1655,14 @@
|
||||
#define SCREENSPLIT_HORIZONTAL 0
|
||||
#define SCREENSPLIT_VERTICAL 1
|
||||
|
||||
#define SIGHT_DEFAULT 0
|
||||
#define SIGHT_CLASSIC 1
|
||||
#define SIGHT_EMPTYBOX 3
|
||||
#define SIGHT_SKEDAR 4
|
||||
#define SIGHT_ZOOM 5
|
||||
#define SIGHT_MAIAN 6
|
||||
#define SIGHT_NONE 7
|
||||
|
||||
#define SIMTYPE_GENERAL 0
|
||||
#define SIMTYPE_PEACE 1
|
||||
#define SIMTYPE_SHIELD 2
|
||||
|
||||
@@ -46,7 +46,7 @@ u32 func0f0b1e28(void);
|
||||
u32 func0f0b1e68(void);
|
||||
u32 func0f0b1ea8(void);
|
||||
u32 func0f0b1ee8(void);
|
||||
u32 func0f0b1f58(void);
|
||||
u32 currentPlayerGetSight(void);
|
||||
u32 func0f0b201c(void);
|
||||
u32 func0f0b20e8(void);
|
||||
u32 func0f0b2118(void);
|
||||
|
||||
@@ -1463,6 +1463,9 @@ struct player {
|
||||
/*0x0634*/ u16 unk0634;
|
||||
/*0x0636*/ u16 unk0636;
|
||||
/*0x0638*/ u8 unk0638;
|
||||
/*0x0639*/ u8 unk0639;
|
||||
/*0x063a*/ u8 unk063a;
|
||||
/*0x063b*/ u8 unk063b;
|
||||
/*0x063c*/ u32 unk063c;
|
||||
/*0x0640*/ u32 unk0640;
|
||||
/*0x0644*/ u32 unk0644;
|
||||
|
||||
Reference in New Issue
Block a user