Replace more instances of fill values

This commit is contained in:
Phlosioneer
2019-02-21 23:56:22 -05:00
parent c96f8751cd
commit 199863f21f
5 changed files with 13 additions and 11 deletions
+3 -1
View File
@@ -1704,7 +1704,9 @@ static const struct TextColorThing sUnkColorStruct =
static const u8 sFillValues[3] =
{
0xEE, 0xDD, 0xFF
PALETTE_NUM_TO_FILL_VALUE(0xE),
PALETTE_NUM_TO_FILL_VALUE(0xD),
PALETTE_NUM_TO_FILL_VALUE(0xF)
};
static const u8 *const sUnkColors[3] =