diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-09-30 15:43:44 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-09-30 15:43:44 -0400 |
commit | 5325835ee718b4762fc21aa81a481bb63f2dbd29 (patch) | |
tree | 1bf1977f369e740eeda1c7c7cc4c7bf06bb040fc /src/mauville_old_man.c | |
parent | 3d9bad5558c6ef8828be7a50e3e553d55ca877e0 (diff) |
Use STR_CONV constants
Diffstat (limited to 'src/mauville_old_man.c')
-rw-r--r-- | src/mauville_old_man.c | 2 |
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]); |