Merge pull request #823 from GriffinRichards/constants-strconv

Use STR_CONV constants
This commit is contained in:
PikalaxALT
2019-10-02 09:18:48 -04:00
committed by GitHub
21 changed files with 108 additions and 108 deletions
+1 -1
View File
@@ -3889,7 +3889,7 @@ void sub_80C020C(u32 num, u32 value, u32 c, u32 d)
value = NationalToHoennOrder(num);
else
value = num;
ConvertIntToDecimalStringN(StringCopy(str, gText_UnkCtrlF908Clear01), value, 2, 3);
ConvertIntToDecimalStringN(StringCopy(str, gText_UnkCtrlF908Clear01), value, STR_CONV_MODE_LEADING_ZEROS, 3);
sub_80BE8DC(str, 0x60, 0x19);
natNum = NationalPokedexNumToSpecies(num);
if (natNum)