diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-02 12:40:00 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-10-02 12:40:00 -0400 |
commit | 2ac3ad3e607c0c54d28223825b39b9e695022b5c (patch) | |
tree | 3bff8424909b1038b72ca4b310f12f9e0835088b /src/battle_script_commands.c | |
parent | 67152b92424419a470ed2bb0cf5e5f8a8ced38de (diff) | |
parent | cb528cb543ab98a58ba2b5a78524c3542ed80f62 (diff) |
Review changes for #819 and merge
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 35d47fa82..3c3e2480f 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -8524,7 +8524,7 @@ static void atkAD_tryspiteppreduce(void) PREPARE_MOVE_BUFFER(gBattleTextBuff1, gLastMoves[gBattlerTarget]) - ConvertIntToDecimalStringN(gBattleTextBuff2, ppToDeduct, 0, 1); + ConvertIntToDecimalStringN(gBattleTextBuff2, ppToDeduct, STR_CONV_MODE_LEFT_ALIGN, 1); PREPARE_BYTE_NUMBER_BUFFER(gBattleTextBuff2, 1, ppToDeduct) |