diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-09-01 14:25:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 14:25:21 -0400 |
commit | 7c8bc0fbe3606f9dac1f84a9f3a25879cb984782 (patch) | |
tree | ba6d8050355cbe28e70f525b62256c0f776ea1d8 /src/contest_util.c | |
parent | ff9204a5ff0789ee696ea1fb9273577df01b833c (diff) | |
parent | 5504ceada36bfdf840552e9238c81f11ed7c3581 (diff) |
Merge pull request #1149 from PokeCodec/datatypes
gflib documenting
Diffstat (limited to 'src/contest_util.c')
-rw-r--r-- | src/contest_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contest_util.c b/src/contest_util.c index c60e885f2..f0edc53dc 100644 --- a/src/contest_util.c +++ b/src/contest_util.c @@ -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; |