diff options
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index 75761f0a3..3b6c73b68 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -1277,7 +1277,7 @@ bool8 ScrCmd_loadhelp(struct ScriptContext * ctx) if (msg == NULL) msg = (const u8 *)ctx->data[0]; DrawHelpMessageWindowWithText(msg); - CopyWindowToVram(GetStartMenuWindowId(), 1); + CopyWindowToVram(GetStartMenuWindowId(), COPYWIN_MAP); return FALSE; } |