diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-10 16:17:46 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-10 16:17:46 -0400 |
commit | aea30489fc3994a856ba929d075ed762c7fb1967 (patch) | |
tree | 314df4c8afe5ef19243d63a3f7851f5e4c54fc9e /src/berry_pouch.c | |
parent | a205881ce2caa89a1b2690df9bd335201df2aeda (diff) |
Create COPYWIN defines for CopyWindowToVram calls
Diffstat (limited to 'src/berry_pouch.c')
-rw-r--r-- | src/berry_pouch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/berry_pouch.c b/src/berry_pouch.c index 9798dd441..b6a5763fb 100644 --- a/src/berry_pouch.c +++ b/src/berry_pouch.c @@ -744,7 +744,7 @@ static void BerryPouchSetArrowCursorAt(u8 y, u8 colorIdx) width = GetMenuCursorDimensionByFont(2, 0); height = GetMenuCursorDimensionByFont(2, 1); FillWindowPixelRect(0, 0, 1, y, width, height); - CopyWindowToVram(0, 2); + CopyWindowToVram(0, COPYWIN_GFX); } else { |