Sync/document the rest of strings.c

This commit is contained in:
GriffinR
2022-09-13 14:14:36 -04:00
parent 803c686569
commit 7b2da8e402
21 changed files with 372 additions and 374 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ void CopyItemName(u16 itemId, u8 * dest)
if (itemId == ITEM_ENIGMA_BERRY)
{
StringCopy(dest, GetBerryInfo(ITEM_TO_BERRY(ITEM_ENIGMA_BERRY))->name);
StringAppend(dest, gUnknown_84162BD);
StringAppend(dest, gText_Berry);
}
else
{