thru sub_8011B94

This commit is contained in:
jiangzhengwenjz
2019-10-16 13:38:21 +08:00
parent a6c0088073
commit f03807931f
17 changed files with 1236 additions and 3707 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ void CopyItemName(u16 itemId, u8 * dest)
{
if (itemId == ITEM_ENIGMA_BERRY)
{
StringCopy(dest, sub_809C8A0(43)->name);
StringCopy(dest, GetBerryInfo(43)->name);
StringAppend(dest, gUnknown_84162BD);
}
else