From ce094891ce614e18340cde86c8dd6d4f69b9e767 Mon Sep 17 00:00:00 2001 From: Ry Date: Fri, 14 Oct 2022 21:09:30 -0700 Subject: [PATCH] launcher: Don't disable overlays on startup --- launcher/main.asm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/launcher/main.asm b/launcher/main.asm index 9b53122..42f452a 100644 --- a/launcher/main.asm +++ b/launcher/main.asm @@ -1,14 +1,6 @@ ; launcher entry: - ; disable all overlays except the mouse cursor - mov r31, 0x1E - mov r0, 0x80000300 -disable_all_overlays_loop: - out r0, 0 - inc r0 - loop disable_all_overlays_loop - ; set up the menu bar call enable_menu_bar call clear_menu_bar