Decompile currentPlayerRemoveInvItem

This commit is contained in:
Ryan Dwyer
2020-02-06 17:51:20 +10:00
parent 2148f2495c
commit cac181ac42
3 changed files with 25 additions and 33 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
void currentPlayerClearInventory(void);
u32 func0f11165c(void);
void func0f11179c(struct invitem *item);
u32 func0f1118cc(void);
void currentPlayerRemoveInvItem(struct invitem *item);
struct invitem *currentPlayerGetUnusedInvItem(void);
void currentPlayerSetAllGuns(bool enable);
struct invitem *currentPlayerGetWeaponInvItem(s32 weaponnum);
+1 -1
View File
@@ -5086,7 +5086,7 @@ struct invitem {
};
/*0x0c*/ struct invitem *next;
/*0x10*/ u32 unk10;
/*0x10*/ struct invitem *prev;
};
#endif