Decompile currentPlayerSortInvItem

This commit is contained in:
Ryan Dwyer
2020-02-07 17:05:53 +10:00
parent 9642084c3b
commit 8692aa130b
2 changed files with 71 additions and 99 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include "types.h"
void currentPlayerClearInventory(void);
u32 func0f11165c(void);
void currentPlayerSortInvItem(struct invitem *item);
void func0f11179c(struct invitem *item);
void currentPlayerRemoveInvItem(struct invitem *item);
struct invitem *currentPlayerGetUnusedInvItem(void);