diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-28 17:54:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 17:54:25 -0400 |
commit | 7ada56f0395ca6d4d6810c6f3762f8e03dc60cb7 (patch) | |
tree | acdd4137cef25d027789bc67ab972d49aeb81b50 /include/constants/items.h | |
parent | c6b27013cc42161636ae345c913a2bd26c5854fd (diff) | |
parent | e06de33cbdab8ca853bcdd1b4c8909a61aabfcef (diff) |
Merge pull request #1085 from GriffinRichards/doc-overworld
Document field effects / misc overworld
Diffstat (limited to 'include/constants/items.h')
-rw-r--r-- | include/constants/items.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/constants/items.h b/include/constants/items.h index ba4d3c49e..9496a4c61 100644 --- a/include/constants/items.h +++ b/include/constants/items.h @@ -497,6 +497,11 @@ #define MAX_PC_ITEM_CAPACITY 999 #define MAX_BERRY_CAPACITY 999 +// Secondary IDs for rods +#define OLD_ROD 0 +#define GOOD_ROD 1 +#define SUPER_ROD 2 + // Check if the item is one that can be used on a Pokemon. #define ITEM_HAS_EFFECT(item) ((item) >= ITEM_POTION && (item) <= ITEM_0B2) |