summaryrefslogtreecommitdiff
path: root/src/map_preview_screen.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/map_preview_screen.c
parenta205881ce2caa89a1b2690df9bd335201df2aeda (diff)
Create COPYWIN defines for CopyWindowToVram calls
Diffstat (limited to 'src/map_preview_screen.c')
-rw-r--r--src/map_preview_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map_preview_screen.c b/src/map_preview_screen.c
index 33e69a8a0..91f2c64c9 100644
--- a/src/map_preview_screen.c
+++ b/src/map_preview_screen.c
@@ -479,7 +479,7 @@ static void Task_RunMapPreviewScreenForest(u8 taskId)
case 0:
if (!MapPreview_IsGfxLoadFinished() && !IsDma3ManagerBusyWithBgCopy())
{
- CopyWindowToVram(data[11], 3);
+ CopyWindowToVram(data[11], COPYWIN_BOTH);
data[0]++;
}
break;