diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-22 13:34:40 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-22 13:46:40 -0400 |
commit | e68b19bef93953660ace4a4427d78c3b194d1109 (patch) | |
tree | e37fdbccd802683974e36a15ae6aa47c03c54e13 /arm9/src | |
parent | 6ec8f5ace7f9e27d5e73b0455bec14238fadb2a0 (diff) |
Rename all NARC members that are NCLR/NCGR
Diffstat (limited to 'arm9/src')
-rw-r--r-- | arm9/src/itemtool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/itemtool.c b/arm9/src/itemtool.c index a8f45903..14167844 100644 --- a/arm9/src/itemtool.c +++ b/arm9/src/itemtool.c @@ -810,7 +810,7 @@ u32 GetItemAttr_PreloadedItemData(struct ItemData * itemData, u32 attr) case 10: return itemData->unk6; case 11: - return itemData->unk7; + return itemData->naturalGiftPower; case 12: return itemData->unk8_0; case 13: |