summaryrefslogtreecommitdiff
path: root/src/fldeff_flash.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-10 16:17:46 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-10 16:17:46 -0400
commitaea30489fc3994a856ba929d075ed762c7fb1967 (patch)
tree314df4c8afe5ef19243d63a3f7851f5e4c54fc9e /src/fldeff_flash.c
parenta205881ce2caa89a1b2690df9bd335201df2aeda (diff)
Create COPYWIN defines for CopyWindowToVram calls
Diffstat (limited to 'src/fldeff_flash.c')
-rw-r--r--src/fldeff_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fldeff_flash.c b/src/fldeff_flash.c
index 58cb4c251..0c5f96cb3 100644
--- a/src/fldeff_flash.c
+++ b/src/fldeff_flash.c
@@ -436,7 +436,7 @@ static void Task_MapPreviewScreen_0(u8 taskId)
if (!MapPreview_IsGfxLoadFinished())
{
data[4] = MapPreview_CreateMapNameWindow(data[3]);
- CopyWindowToVram(data[4], 3);
+ CopyWindowToVram(data[4], COPYWIN_BOTH);
data[0]++;
}
break;