Document misc strings and text colors
This commit is contained in:
+5
-5
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user