diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-08-29 14:02:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-29 14:02:40 -0400 |
commit | 62e3afdea1f62da948dd9d3926f712dbbe7af039 (patch) | |
tree | f36cfb87497fba4d95765592b902230e7560a705 /include/constants/items.h | |
parent | 98d8b5afbffbd248d3d8bd1358f1f1b9ed0f4150 (diff) | |
parent | 2263ed62e6003fe036655bccceb9a8a91709d75d (diff) |
Merge pull request #272 from PikalaxALT/pikalax_work
Decompile pokedex
Diffstat (limited to 'include/constants/items.h')
-rw-r--r-- | include/constants/items.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/items.h b/include/constants/items.h index 5844c001..34b71487 100644 --- a/include/constants/items.h +++ b/include/constants/items.h @@ -31,7 +31,7 @@ #define ITEMATTR_UNK5 9 #define ITEMATTR_UNK6 10 #define ITEMATTR_NATURAL_GIFT_POWER 11 -#define ITEMATTR_UNK8_0 12 +#define ITEMATTR_NATURAL_GIFT_TYPE 12 #define ITEMATTR_UNK8_B 13 #define ITEMATTR_PARTY_USE 14 #define ITEMATTR_SLP_HEAL 15 |