diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-01 23:15:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-01 23:15:01 -0400 |
commit | 0ecc1876a9cb8e31b1aa0879bf2b9e9c87271858 (patch) | |
tree | 7a3f305ffca17af6ccf4fdec2ccd69415faa4785 /src/text.c | |
parent | d1afbf17bbc9eb70cf085f3b734d02e4ce6b3b57 (diff) | |
parent | 80d282e73b2a13294344733eea2352515cb34368 (diff) |
Merge pull request #408 from PikalaxALT/fix_mvmt_types
Doc VS Seeker; fix misnamed movement types
Diffstat (limited to 'src/text.c')
-rw-r--r-- | src/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |