From b15a8c8e7469cc73be299a78a4e114e7f06a90fd Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 22 Jun 2020 08:56:04 -0400 Subject: Name some fields in itemdata struct --- include/constants/items.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/constants') diff --git a/include/constants/items.h b/include/constants/items.h index 3320ce25..76295014 100644 --- a/include/constants/items.h +++ b/include/constants/items.h @@ -1,6 +1,15 @@ #ifndef POKEDIAMOND_CONSTANTS_ITEMS_H #define POKEDIAMOND_CONSTANTS_ITEMS_H +#define POCKET_ITEMS 0 +#define POCKET_MEDICINE 1 +#define POCKET_BALLS 2 +#define POCKET_TMHMS 3 +#define POCKET_BERRIES 4 +#define POCKET_MAIL 5 +#define POCKET_BATTLE_ITEMS 6 +#define POCKET_KEY_ITEMS 7 + #define ITEM_NONE 0 #define ITEM_MASTER_BALL 1 #define ITEM_ULTRA_BALL 2 -- cgit v1.2.3