summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-09-01 14:25:21 -0400
committerGitHub <noreply@github.com>2020-09-01 14:25:21 -0400
commit7c8bc0fbe3606f9dac1f84a9f3a25879cb984782 (patch)
treeba6d8050355cbe28e70f525b62256c0f776ea1d8 /src/battle_script_commands.c
parentff9204a5ff0789ee696ea1fb9273577df01b833c (diff)
parent5504ceada36bfdf840552e9238c81f11ed7c3581 (diff)
Merge pull request #1149 from PokeCodec/datatypes
gflib documenting
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r--src/battle_script_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c
index 8f7013e45..9ff5e8fc6 100644
--- a/src/battle_script_commands.c
+++ b/src/battle_script_commands.c
@@ -6036,7 +6036,7 @@ static void PutLevelAndGenderOnLvlUpBox(void)
printerTemplate.currentY = 0;
printerTemplate.letterSpacing = 0;
printerTemplate.lineSpacing = 0;
- printerTemplate.unk = 0;
+ printerTemplate.style = 0;
printerTemplate.fgColor = TEXT_COLOR_WHITE;
printerTemplate.bgColor = TEXT_COLOR_TRANSPARENT;
printerTemplate.shadowColor = TEXT_COLOR_DARK_GREY;