Remove remaining grey and replace with gray

This commit is contained in:
ExpoSeed
2021-06-10 11:36:10 -05:00
parent 7a7ebe1827
commit 3ed06c2cc2
11 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -1310,7 +1310,7 @@ u16 ArcTan2Neg(s16 a, s16 b)
return -var;
}
void SetGreyscaleOrOriginalPalette(u16 paletteNum, bool8 restoreOriginalColor)
void SetGrayscaleOrOriginalPalette(u16 paletteNum, bool8 restoreOriginalColor)
{
int i;
struct PlttData *originalColor;