diff options
author | Kurausukun <lord.uber1@gmail.com> | 2021-02-19 17:50:00 -0500 |
---|---|---|
committer | Kurausukun <lord.uber1@gmail.com> | 2021-02-19 17:50:00 -0500 |
commit | b061e68f2152e6aee115909b872faa57e486243a (patch) | |
tree | 11ad970f2c1a3d356d45158566e32670ff11175d /src | |
parent | 885f4a88711404061cc86de0854369181159f1f2 (diff) |
oops forgot one
Diffstat (limited to 'src')
-rw-r--r-- | src/text_printer.c | 2 |
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; \ |