diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-29 11:42:29 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-29 11:42:29 -0400 |
commit | 2eaf5b4485638540ef5f790e3c76e2753a0a78be (patch) | |
tree | a372e80c6d7e311fd812b73b21fc03c0e052e38c /include/constants/items.h | |
parent | 224021d5e5b78163738c51944517de34f80c85c0 (diff) | |
parent | 3189320922277dcec0a284a191dd05e823297b1a (diff) |
Merge branch 'pikalax_work' of github.com:PikalaxALT/pokediamond into pikalax_work
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 |