summaryrefslogtreecommitdiff
path: root/include/constants/items.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2019-04-14 17:20:26 +0200
committerhuderlem <huderlem@gmail.com>2019-04-16 11:23:09 -0500
commitb4e1375bb612f22ab44d3ec9b50ec8b4fe6d2bc9 (patch)
tree5fc9945e8af02db9466a4f660a20455722210992 /include/constants/items.h
parentf9f5f34b0c52b02e6b342ecdbccb2692d1c75521 (diff)
Document pokemon item effects
Diffstat (limited to 'include/constants/items.h')
-rw-r--r--include/constants/items.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/items.h b/include/constants/items.h
index 294499c8b..3a894f8ff 100644
--- a/include/constants/items.h
+++ b/include/constants/items.h
@@ -473,6 +473,6 @@
#define NUM_HIDDEN_MACHINES 8
// Check if the item is one that can be used on a Pokemon.
-#define IS_POKEMON_ITEM(item) ((item) >= ITEM_POTION && (item) <= ITEM_0B2)
+#define ITEM_HAS_EFFECT(item) ((item) >= ITEM_POTION && (item) <= ITEM_0B2)
#endif // GUARD_CONSTANTS_ITEMS_H