Some pokedex clean up

This commit is contained in:
GriffinR
2021-10-17 17:51:35 -04:00
parent 371a13e9f9
commit f2e0c9ec9d
5 changed files with 126 additions and 110 deletions
+1 -1
View File
@@ -6047,7 +6047,7 @@ static void PutLevelAndGenderOnLvlUpBox(void)
var = (u32)(txtPtr);
txtPtr = ConvertIntToDecimalStringN(txtPtr, monLevel, STR_CONV_MODE_LEFT_ALIGN, 3);
var = (u32)(txtPtr) - var;
txtPtr = StringFill(txtPtr, CHAR_GENDERLESS, 4 - var);
txtPtr = StringFill(txtPtr, CHAR_SPACER, 4 - var);
if (monGender != MON_GENDERLESS)
{