From 80d282e73b2a13294344733eea2352515cb34368 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 31 Mar 2021 19:52:06 -0400 Subject: Okay I guess this matches now --- src/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text.c b/src/text.c index fbb084244..1bf8626fa 100644 --- a/src/text.c +++ b/src/text.c @@ -487,7 +487,7 @@ void TextPrinterDrawDownArrow(struct TextPrinter *textPrinter) BlitBitmapRectToWindow( textPrinter->printerTemplate.windowId, arrowTiles, - sDownArrowYCoords[*(u32*)subStruct << 17 >> 30], // subStruct->downArrowYPosIdx but again, stupidly retrieved + sDownArrowYCoords[subStruct->downArrowYPosIdx], 0, 0x80, 0x10, -- cgit v1.2.3