summaryrefslogtreecommitdiff
path: root/src/mauville_old_man.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-10-02 09:18:48 -0400
committerGitHub <noreply@github.com>2019-10-02 09:18:48 -0400
commit9317d114a94f978548eb3d664e1bb325724d5ed8 (patch)
tree260825bffe542d3a4b4c057c5ed86fab5621945a /src/mauville_old_man.c
parent301822603ea19ee69b9bd64b266e51a8ed9b7c04 (diff)
parentc5cb45991b65f7e4a5cfc39816a214085f740a7b (diff)
Merge pull request #823 from GriffinRichards/constants-strconv
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]);