summaryrefslogtreecommitdiff
path: root/src/berry_tag_screen.c
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-12-10 13:48:20 -0500
committerhuderlem <huderlem@gmail.com>2019-12-10 19:29:23 -0600
commited1ff0ad774c67e7184fb0c862005e487fed42ec (patch)
tree4df9e3ca8fc80c484d9722828df8e1b426ff62eb /src/berry_tag_screen.c
parentfe164529990dd73921a22cb2bbb365241c76fc75 (diff)
Document misc strings and text colors
Diffstat (limited to 'src/berry_tag_screen.c')
-rw-r--r--src/berry_tag_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/berry_tag_screen.c b/src/berry_tag_screen.c
index e7f6291c4..873d01dc7 100644
--- a/src/berry_tag_screen.c
+++ b/src/berry_tag_screen.c
@@ -403,7 +403,7 @@ static void PrintBerryNumberAndName(void)
const struct Berry *berry = GetBerryInfo(sBerryTag->berryId);
ConvertIntToDecimalStringN(gStringVar1, sBerryTag->berryId, STR_CONV_MODE_LEADING_ZEROS, 2);
StringCopy(gStringVar2, berry->name);
- StringExpandPlaceholders(gStringVar4, gText_UnkF908Var1Var2);
+ StringExpandPlaceholders(gStringVar4, gText_NumberVar1Var2);
PrintTextInBerryTagScreen(WIN_BERRY_NAME, gStringVar4, 0, 1, 0, 0);
}