diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-17 00:49:51 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-04-17 13:33:29 -0400 |
commit | cd2a99b7c44bb875135c2c97589ecc160dad71f0 (patch) | |
tree | 736b4f3231174b7277d02af49cfb4938c914253f /src/battle_script_commands.c | |
parent | 96dabc1a7f991a57d955723f67989e2d4101f2bd (diff) |
Doc storage - misc cleanup, some item/cursor
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r-- | src/battle_script_commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 33c6ce0e5..0492caeb5 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -6045,7 +6045,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_UNK_SPACER, 4 - var); + txtPtr = StringFill(txtPtr, CHAR_GENDERLESS, 4 - var); if (monGender != MON_GENDERLESS) { |