Okay I guess this matches now

This commit is contained in:
PikalaxALT
2021-03-31 19:52:06 -04:00
parent 32b19a2722
commit 80d282e73b
+1 -1
View File
@@ -487,7 +487,7 @@ void TextPrinterDrawDownArrow(struct TextPrinter *textPrinter)
BlitBitmapRectToWindow( BlitBitmapRectToWindow(
textPrinter->printerTemplate.windowId, textPrinter->printerTemplate.windowId,
arrowTiles, arrowTiles,
sDownArrowYCoords[*(u32*)subStruct << 17 >> 30], // subStruct->downArrowYPosIdx but again, stupidly retrieved sDownArrowYCoords[subStruct->downArrowYPosIdx],
0, 0,
0x80, 0x80,
0x10, 0x10,