diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-06-10 03:20:02 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-06-10 03:20:02 -0400 |
commit | 10f798323e88e4cdf8fe881956dd5ad41121e1a3 (patch) | |
tree | 3871c3b6abb80424dc77870f1e1ad7ce38a3afe2 /src/item.c | |
parent | 16fd2ca3856668cd4e7cb5e94d3022ac5edce8a3 (diff) | |
parent | fe13cf593a7c14480de940e413177586cc8eae2e (diff) |
finish decompiling player_pc.c
Diffstat (limited to 'src/item.c')
-rw-r--r-- | src/item.c | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/src/item.c b/src/item.c index 656563ad4..ad2b9aed3 100644 --- a/src/item.c +++ b/src/item.c @@ -1,30 +1,11 @@ #include "global.h" #include "item.h" #include "string_util.h" +#include "strings.h" extern struct Berry *GetBerryInfo(u8 berry); -extern u8 gOtherText_Berry2[]; extern u8 gUnknown_02038560; - -struct Item -{ - u8 name[14]; - u16 itemId; - u16 price; - u8 holdEffect; - u8 holdEffectParam; - u8 *description; - u8 importance; - u8 unk19; - u8 pocket; - u8 type; - ItemUseFunc fieldUseFunc; - u8 battleUsage; - ItemUseFunc battleUseFunc; - u8 secondaryId; -}; - extern struct Item gItems[]; struct BagPocket |