diff options
author | PokeCodec <doremylover456@gmail.com> | 2020-08-23 18:57:00 -0400 |
---|---|---|
committer | PokeCodec <doremylover456@gmail.com> | 2020-08-23 21:34:31 -0400 |
commit | 86a1e8987953cea0b7bba7e5753611f926734f1b (patch) | |
tree | bd99f6bd97459af13153ebea5c91429c61a1356e /src/match_call.c | |
parent | 6aee7d38f3f3dcbfea7ce6d6d5ddecce740f9ee9 (diff) |
Documentation of unk field
Diffstat (limited to 'src/match_call.c')
-rw-r--r-- | src/match_call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/match_call.c b/src/match_call.c index 307b84413..21edb1b77 100644 --- a/src/match_call.c +++ b/src/match_call.c @@ -1335,7 +1335,7 @@ static void InitMatchCallTextPrinter(int windowId, const u8 *str) printerTemplate.currentY = 1; printerTemplate.letterSpacing = 0; printerTemplate.lineSpacing = 0; - printerTemplate.unk = 0; + printerTemplate.style = 0; printerTemplate.fgColor = 10; printerTemplate.bgColor = 8; printerTemplate.shadowColor = 14; |