summaryrefslogtreecommitdiff
path: root/src/union_room.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/union_room.c
parentff9204a5ff0789ee696ea1fb9273577df01b833c (diff)
parent5504ceada36bfdf840552e9238c81f11ed7c3581 (diff)
Merge pull request #1149 from PokeCodec/datatypes
gflib documenting
Diffstat (limited to 'src/union_room.c')
-rw-r--r--src/union_room.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/union_room.c b/src/union_room.c
index 1bac3678c..f886d0383 100644
--- a/src/union_room.c
+++ b/src/union_room.c
@@ -3754,7 +3754,7 @@ static void UR_AddTextPrinterParameterized(u8 windowId, u8 fontId, const u8 *str
printerTemplate.y = y;
printerTemplate.currentX = x;
printerTemplate.currentY = y;
- printerTemplate.unk = 0;
+ printerTemplate.style = 0;
gTextFlags.useAlternateDownArrow = FALSE;
switch (colorIdx)