diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-02-03 09:18:12 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-02-03 09:18:12 -0500 |
commit | 9776f51f0643a8d988fcd5fc2ac404a7ea285235 (patch) | |
tree | 7f44449ac25fd8f46849f5606b645e22202b25e4 /include | |
parent | c53d1ab55bf990186513f0ed8c115d05b7b873d7 (diff) |
Declare gBagPockets as non-const in item.c for the sake of getting AddBagItem to match without the NONMATCHING define
Diffstat (limited to 'include')
-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); |