diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-07-07 14:24:19 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-07-07 14:24:19 +0200 |
commit | 1c48e585747de0a2273c4b3eb4be114d5214b8a2 (patch) | |
tree | 22b5defef1a26a46f1a6a1e7e2cbfc17fcc5bf66 /include/constants | |
parent | 98922986456010f6c81ff4450aa2914a33ad50dc (diff) |
small fixes
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/items.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/items.h b/include/constants/items.h index 4ca5cb7df..294499c8b 100644 --- a/include/constants/items.h +++ b/include/constants/items.h @@ -462,8 +462,8 @@ #define ITEM_MAGMA_EMBLEM 375 #define ITEM_OLD_SEA_MAP 376 -#define ITEM_LAST_ID 376 -#define ITEM_FIELD_ARROW ITEM_LAST_ID + 1 +#define ITEMS_COUNT 377 +#define ITEM_FIELD_ARROW ITEMS_COUNT #define FIRST_BERRY_INDEX ITEM_CHERI_BERRY #define LAST_BERRY_INDEX ITEM_ENIGMA_BERRY |