mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 12:59:41 -04:00
Decompile currentPlayerGetNumInvItems
This commit is contained in:
@@ -1372,6 +1372,7 @@
|
||||
// obj->hidden
|
||||
#define OBJHFLAG_00000080 0x00000080
|
||||
#define OBJHFLAG_00000200 0x00000200
|
||||
#define OBJHFLAG_00000400 0x00000400
|
||||
#define OBJHFLAG_00000800 0x00000800
|
||||
#define OBJHFLAG_ACTIVATED_BY_BOND 0x00004000
|
||||
#define OBJHFLAG_ACTIVATED_BY_COOP 0x00040000
|
||||
|
||||
@@ -31,7 +31,7 @@ bool currentPlayerHasKeyFlags(u32 wantkeyflags);
|
||||
bool currentPlayerHasBriefcase(void);
|
||||
bool currentPlayerHasDataUplink(void);
|
||||
bool currentPlayerHasProp(struct prop *prop);
|
||||
u32 func0f112950(void);
|
||||
s32 currentPlayerGetNumInvItems(void);
|
||||
u32 func0f112a58(void);
|
||||
struct textoverride *objGetTextOverride(struct defaultobj *obj);
|
||||
u32 func0f112bfc(void);
|
||||
|
||||
+1
-1
@@ -5062,7 +5062,7 @@ struct invitem_type3 {
|
||||
};
|
||||
|
||||
struct invitem {
|
||||
/*0x00*/ u32 type;
|
||||
/*0x00*/ s32 type;
|
||||
|
||||
union {
|
||||
struct invitem_type1 type1;
|
||||
|
||||
Reference in New Issue
Block a user