Added call to ItemId_GetDescription (#6582)

This commit is contained in:
psf 2025-04-11 14:59:43 -07:00 committed by GitHub
parent 3c8d5d1a57
commit 1ade433028
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3348,7 +3348,7 @@ static u8 ReformatItemDescription(u16 item, u8 *dest)
u8 count = 0;
u8 numLines = 1;
u8 maxChars = 32;
u8 *desc = (u8 *)gItemsInfo[item].description;
u8 *desc = (u8 *)ItemId_GetDescription(item);
while (*desc != EOS)
{