summaryrefslogtreecommitdiff
path: root/src/mauville_old_man.c
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-09-30 15:43:44 -0400
committerGriffinR <griffin.richards@comcast.net>2019-09-30 15:43:44 -0400
commit5325835ee718b4762fc21aa81a481bb63f2dbd29 (patch)
tree1bf1977f369e740eeda1c7c7cc4c7bf06bb040fc /src/mauville_old_man.c
parent3d9bad5558c6ef8828be7a50e3e553d55ca877e0 (diff)
Use STR_CONV constants
Diffstat (limited to 'src/mauville_old_man.c')
-rw-r--r--src/mauville_old_man.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mauville_old_man.c b/src/mauville_old_man.c
index a4d70c062..f55dd2b8b 100644
--- a/src/mauville_old_man.c
+++ b/src/mauville_old_man.c
@@ -1132,7 +1132,7 @@ static void StorytellerDisplayStory(u32 player)
{
u8 stat = sStorytellerPtr->gameStatIDs[player];
- ConvertIntToDecimalStringN(gStringVar1, StorytellerGetRecordedTrainerStat(player), 0, 10);
+ ConvertIntToDecimalStringN(gStringVar1, StorytellerGetRecordedTrainerStat(player), STR_CONV_MODE_LEFT_ALIGN, 10);
StringCopy(gStringVar2, GetStoryActionByStat(stat));
GetStoryByStattellerPlayerName(player, gStringVar3);
ConvertInternationalString(gStringVar3, sStorytellerPtr->language[player]);