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_script_commands.c | |
parent | 6d38431c330a79d97bfb72fdaaaa65901ce0fa64 (diff) |
Finish cleaning up text.c
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r-- | src/battle_script_commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 9eb1ce1e7..b652049c4 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -6397,7 +6397,7 @@ static void PutLevelAndGenderOnLvlUpBox(void) printerTemplate.currentY = 0; printerTemplate.letterSpacing = 0; printerTemplate.lineSpacing = 0; - printerTemplate.fontColor_l = TEXT_COLOR_TRANSPARENT; + printerTemplate.unk = 0; printerTemplate.fgColor = TEXT_COLOR_WHITE; printerTemplate.bgColor = TEXT_COLOR_TRANSPARENT; printerTemplate.shadowColor = TEXT_COLOR_DARK_GREY; |