diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-02-11 16:01:59 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-02-11 16:01:59 -0500 |
commit | 8b8ccbbc41141637297cfe847f1ce62e6139d965 (patch) | |
tree | 9aaded6bb8e02ca4d264fccbac307c4cb6efc074 /include/item.h | |
parent | 3a70fa1ae461cab27443ac53faec35db1d6b89d3 (diff) | |
parent | 9bf6448707a36bf7d530bf932347c1adb508192e (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby into visual_studio
Diffstat (limited to 'include/item.h')
-rw-r--r-- | include/item.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/item.h b/include/item.h index 8f6cc883b..bafa8a3fd 100644 --- a/include/item.h +++ b/include/item.h @@ -30,8 +30,6 @@ struct BagPocket #define NUM_BAG_POCKETS 5 -extern const struct BagPocket gBagPockets[NUM_BAG_POCKETS]; - void CopyItemName(u16 itemId, u8 *string); bool8 IsBagPocketNonEmpty(u8 pocket); bool8 CheckBagHasItem(u16 itemId, u16 count); |