summaryrefslogtreecommitdiff
path: root/src/use_pokeblock.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/use_pokeblock.c
parentfe164529990dd73921a22cb2bbb365241c76fc75 (diff)
Document misc strings and text colors
Diffstat (limited to 'src/use_pokeblock.c')
-rw-r--r--src/use_pokeblock.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/use_pokeblock.c b/src/use_pokeblock.c
index bd3abe0e4..a0c8d8e2d 100644
--- a/src/use_pokeblock.c
+++ b/src/use_pokeblock.c
@@ -178,11 +178,11 @@ const u8 gUnknown_085DFCC4[] =
1 // Sour/Tough
};
-const u8 gUnknown_085DFCC9[] =
+static const u8 sNatureTextColors[] =
{
- 0,
- 8,
- 1
+ TEXT_COLOR_TRANSPARENT,
+ TEXT_COLOR_BLUE,
+ TEXT_COLOR_WHITE
};
const struct BgTemplate gUnknown_085DFCCC[4] =
@@ -1398,7 +1398,7 @@ void sub_8167BA0(u16 arg0, u8 copyToVramMode)
nature = GetNature(&gPlayerParty[partyIndex]);
str = StringCopy(gUnknown_0203BCAC->info.field_7A, gText_NatureSlash);
str = StringCopy(str, gNatureNamePointers[nature]);
- AddTextPrinterParameterized3(1, 1, 2, 1, gUnknown_085DFCC9, 0, gUnknown_0203BCAC->info.field_7A);
+ AddTextPrinterParameterized3(1, 1, 2, 1, sNatureTextColors, 0, gUnknown_0203BCAC->info.field_7A);
}
if (copyToVramMode)