diff options
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: |