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/itemtool.h | |
parent | 224021d5e5b78163738c51944517de34f80c85c0 (diff) | |
parent | 3189320922277dcec0a284a191dd05e823297b1a (diff) |
Merge branch 'pikalax_work' of github.com:PikalaxALT/pokediamond into pikalax_work
Diffstat (limited to 'include/itemtool.h')
-rw-r--r-- | include/itemtool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/itemtool.h b/include/itemtool.h index 4dca94bc..971d91aa 100644 --- a/include/itemtool.h +++ b/include/itemtool.h @@ -77,7 +77,7 @@ struct ItemData u8 unk5; u8 unk6; u8 naturalGiftPower; - u16 unk8_0:5; + u16 naturalGiftType:5; u16 prevent_toss:1; u16 selectable:1; u16 pocket:4; |