summaryrefslogtreecommitdiff
path: root/src/item.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-07-09 00:40:28 -0500
committercamthesaxman <cameronghall@cox.net>2017-07-09 00:40:28 -0500
commit55db40b3302d3b83df4f764952aba94dd81eb8ad (patch)
tree9970b4c256637956c1df19393937dfa63e22c5c3 /src/item.c
parent4a9e02772870528cc3b9653eb4028b236f3c3aa8 (diff)
decompile ItemListMenu_ChangeDescription - sub_80A4F74
Diffstat (limited to 'src/item.c')
-rw-r--r--src/item.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.c b/src/item.c
index 6070a0329..22ac6e7cd 100644
--- a/src/item.c
+++ b/src/item.c
@@ -587,7 +587,7 @@ u8 *ItemId_GetDescription(u16 itemId)
return gItems[SanitizeItemId(itemId)].description;
}
-bool8 ItemId_CopyDescription(u8 *a, u32 itemId, u32 c)
+bool32 ItemId_CopyDescription(u8 *a, u32 itemId, u32 c)
{
u32 r5 = c + 1;
u8 *description = gItems[SanitizeItemId(itemId)].description;