Merge pull request #1149 from PokeCodec/datatypes

gflib documenting
This commit is contained in:
GriffinR
2020-09-01 14:25:21 -04:00
committed by GitHub
25 changed files with 137 additions and 153 deletions

View File

@@ -2201,7 +2201,7 @@ static void AddContestTextPrinter(int windowId, u8 *str, int x)
textPrinter.currentY = 2;
textPrinter.letterSpacing = 0;
textPrinter.lineSpacing = 0;
textPrinter.unk = 0;
textPrinter.style = 0;
textPrinter.fgColor = 1;
textPrinter.bgColor = 0;
textPrinter.shadowColor = 8;