summaryrefslogtreecommitdiff
path: root/include/constants/items.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-22 08:56:04 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-22 08:56:04 -0400
commitb15a8c8e7469cc73be299a78a4e114e7f06a90fd (patch)
tree0e8cb5f2de722723d18eab48224491f9a6651452 /include/constants/items.h
parent1af603cdb91928dcdc3a703f4c66f78a3ac2bf93 (diff)
Name some fields in itemdata struct
Diffstat (limited to 'include/constants/items.h')
-rw-r--r--include/constants/items.h9
1 files changed, 9 insertions, 0 deletions
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