diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-28 14:50:05 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-28 14:50:48 -0400 |
commit | 3189320922277dcec0a284a191dd05e823297b1a (patch) | |
tree | ff1dfb42d6f679445a83970f0d2d681a01368375 /include/itemtool.h | |
parent | cd2529e8855bdf5bb725b40524478cf197b27a62 (diff) |
nuts_data to json
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; |