Increase dex no digits from 3 to 4 (#6484)

This commit is contained in:
PCG 2025-03-28 01:46:19 +05:30 committed by GitHub
parent a36f838d76
commit 92cb9ab642
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5344,7 +5344,7 @@ static void PrintStatsScreen_NameGender(u8 taskId, u32 num, u32 value)
value = NationalToHoennOrder(num);
else
value = num;
ConvertIntToDecimalStringN(StringCopy(str, gText_NumberClear01), value, STR_CONV_MODE_LEADING_ZEROS, 3);
ConvertIntToDecimalStringN(StringCopy(str, gText_NumberClear01), value, STR_CONV_MODE_LEADING_ZEROS, 4);
PrintStatsScreenTextSmall(WIN_STATS_NAME_GENDER, str, base_x, base_y + 10);
//Gender ratio //MON_GENDERLESS == 0xFF