summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-10-17 17:51:35 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-10-17 21:32:09 -0400
commitf2e0c9ec9d6333813ca37edbb944ff333770679e (patch)
tree60b077e2f0105aea6cbbac65965427c780bd97b4 /src/battle_script_commands.c
parent371a13e9f9a44ba3959789361f3fc4a825fee9ab (diff)
Some pokedex clean up
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r--src/battle_script_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c
index 91f89137a..f71720295 100644
--- a/src/battle_script_commands.c
+++ b/src/battle_script_commands.c
@@ -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)
{