Use specific name limits for string limit functions
This commit is contained in:
@@ -919,7 +919,7 @@ static u8 *GetConditionMenuMonString(u8 *dst, u16 boxId, u16 monId)
|
||||
if (GetBoxOrPartyMonData(box, mon, MON_DATA_IS_EGG, NULL))
|
||||
return StringCopyPadded(dst, gText_EggNickname, 0, 12);
|
||||
GetBoxOrPartyMonData(box, mon, MON_DATA_NICKNAME, dst);
|
||||
StringGetEnd10(dst);
|
||||
StringGet_Nickname(dst);
|
||||
species = GetBoxOrPartyMonData(box, mon, MON_DATA_SPECIES, NULL);
|
||||
if (box == TOTAL_BOXES_COUNT) // Party mon.
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user