Okay I guess this matches now
This commit is contained in:
+1
-1
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user