From b061e68f2152e6aee115909b872faa57e486243a Mon Sep 17 00:00:00 2001 From: Kurausukun Date: Fri, 19 Feb 2021 17:50:00 -0500 Subject: oops forgot one --- src/text_printer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; \ -- cgit v1.2.3