summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/text_printer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text_printer.c b/src/text_printer.c
index 84c8ac289..c39bc04e3 100644
--- a/src/text_printer.c
+++ b/src/text_printer.c
@@ -219,7 +219,7 @@ u8 GetLastTextColor(u8 colorType)
u8 * src, * dst; \
u32 v8; \
\
- src = (gGlyphInfo) + (heightOffset / 8 * 0x40) + (widthOffset / 8 * 0x20); \
+ src = gGlyphInfo + (heightOffset / 8 * 0x40) + (widthOffset / 8 * 0x20); \
for (yAdd = 0, v3 = a6 + heightOffset; yAdd < height; yAdd++, v3++) \
{ \
v8 = *(u32 *)src; \