From 1e3716196ed2d8074c851ab8453958320510df10 Mon Sep 17 00:00:00 2001 From: Bela Mezo Date: Thu, 9 Apr 2026 13:54:43 +0200 Subject: [PATCH] Removes the setting of the transparent color to fix the linter error. --- inc/system/system.main.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/system/system.main.lua b/inc/system/system.main.lua index cd1ad3f..888ef84 100644 --- a/inc/system/system.main.lua +++ b/inc/system/system.main.lua @@ -7,7 +7,6 @@ local initialized_game = false local function init_game() if initialized_game then return false end Context.reset() - poke(0x03FF, 1 << Config.colors.transparent) -- Set the default transparent color in the palette Window.set_current("intro_title") -- Set initial window using new manager MenuWindow.refresh_menu_items() initialized_game = true