Missed ItemId_GetDescription change (#6992)

This commit is contained in:
Alex 2025-05-27 10:09:12 +02:00 committed by GitHub
parent 84118dec97
commit b49a3bbde5
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 *)ItemId_GetDescription(item);
u8 *desc = (u8 *)GetItemDescription(item);
while (*desc != EOS)
{