Decompile currentPlayerGetNumInvItems

This commit is contained in:
Ryan Dwyer
2020-02-08 11:24:48 +10:00
parent d6f830a3cc
commit 6ec4273b8a
8 changed files with 59 additions and 88 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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
View File
@@ -5062,7 +5062,7 @@ struct invitem_type3 {
};
struct invitem {
/*0x00*/ u32 type;
/*0x00*/ s32 type;
union {
struct invitem_type1 type1;