diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-09 00:40:28 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-09 00:40:28 -0500 |
commit | 55db40b3302d3b83df4f764952aba94dd81eb8ad (patch) | |
tree | 9970b4c256637956c1df19393937dfa63e22c5c3 /include | |
parent | 4a9e02772870528cc3b9653eb4028b236f3c3aa8 (diff) |
decompile ItemListMenu_ChangeDescription - sub_80A4F74
Diffstat (limited to 'include')
-rw-r--r-- | include/item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/item.h b/include/item.h index 54a252302..80a460caa 100644 --- a/include/item.h +++ b/include/item.h @@ -51,7 +51,7 @@ u16 ItemId_GetPrice(u16 itemId); u8 ItemId_GetHoldEffect(u16 itemId); u8 ItemId_GetHoldEffectParam(u16 itemId); u8 *ItemId_GetDescription(u16 itemId); -bool8 ItemId_CopyDescription(u8 *a, u32 itemId, u32 c); +bool32 ItemId_CopyDescription(u8 *a, u32 itemId, u32 c); u8 ItemId_GetImportance(u16 itemId); u8 ItemId_GetUnknownValue(u16 itemId); u8 ItemId_GetPocket(u16 itemId); |