diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-11-06 11:30:21 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-11-06 11:30:21 -0600 |
commit | f8d337e491f531285f6067e2e7f39a8d606036d6 (patch) | |
tree | 4e01743813177b9c69bc0e1108a22cc44e6da6c0 /src/battle_dome.c | |
parent | 6d38431c330a79d97bfb72fdaaaa65901ce0fa64 (diff) |
Finish cleaning up text.c
Diffstat (limited to 'src/battle_dome.c')
-rw-r--r-- | src/battle_dome.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/battle_dome.c b/src/battle_dome.c index 2cfdbc2aa..56f003d8f 100644 --- a/src/battle_dome.c +++ b/src/battle_dome.c @@ -4792,7 +4792,7 @@ static void DisplayTrainerInfoOnCard(u8 flags, u8 trainerTournamentId) textPrinter.currentY = textPrinter.y; textPrinter.letterSpacing = 2; textPrinter.lineSpacing = 0; - textPrinter.fontColor_l = 0; + textPrinter.unk = 0; textPrinter.fgColor = 14; textPrinter.bgColor = 0; textPrinter.shadowColor = 13; @@ -5292,7 +5292,7 @@ static void DisplayMatchInfoOnCard(u8 flags, u8 matchNo) textPrinter.currentY = textPrinter.y; textPrinter.letterSpacing = 0; textPrinter.lineSpacing = 0; - textPrinter.fontColor_l = 0; + textPrinter.unk = 0; textPrinter.fgColor = 14; textPrinter.bgColor = 0; textPrinter.shadowColor = 13; @@ -5748,7 +5748,7 @@ static void sub_8194220(u8 taskId) textPrinter.lineSpacing = 0; textPrinter.currentX = GetStringCenterAlignXOffsetWithLetterSpacing(textPrinter.fontId, textPrinter.currentChar, 0x70, textPrinter.letterSpacing); textPrinter.currentY = 1; - textPrinter.fontColor_l = 0; + textPrinter.unk = 0; textPrinter.fgColor = 14; textPrinter.bgColor = 0; textPrinter.shadowColor = 13; @@ -5917,7 +5917,7 @@ static void sub_8194950(u8 taskId) textPrinter.y = 0; textPrinter.letterSpacing = 2; textPrinter.lineSpacing = 0; - textPrinter.fontColor_l = 0; + textPrinter.unk = 0; textPrinter.fgColor = 11; textPrinter.bgColor = 0; textPrinter.shadowColor = 13; |