mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-07 11:57:19 -04:00
Attempt to decompile currentPlayerHasKeyFlags
This commit is contained in:
@@ -27,7 +27,7 @@ void currentPlayerRemoveProp(struct prop *prop);
|
||||
u32 func0f1120f0(void);
|
||||
u32 func0f1122ec(void);
|
||||
u32 func0f11253c(void);
|
||||
u32 func0f112790(void);
|
||||
bool currentPlayerHasKeyFlags(u32 wantkeyflags);
|
||||
bool currentPlayerHasBriefcase(void);
|
||||
bool currentPlayerHasDataUplink(void);
|
||||
bool currentPlayerHasProp(struct prop *prop);
|
||||
|
||||
@@ -747,6 +747,11 @@ struct doorobj { // objtype 0x01
|
||||
/*0xcc*/ u8 laserfade;
|
||||
};
|
||||
|
||||
struct keyobj { // objtype 0x04
|
||||
struct defaultobj base;
|
||||
u32 keyflags;
|
||||
};
|
||||
|
||||
struct image {
|
||||
/*0x00*/ u32 unk00;
|
||||
/*0x04*/ u32 unk04;
|
||||
|
||||
Reference in New Issue
Block a user