diff --git a/Themes/_fallback/Scripts/02 Branches.lua b/Themes/_fallback/Scripts/02 Branches.lua index 05c7ebc05e..cc2a816ea8 100644 --- a/Themes/_fallback/Scripts/02 Branches.lua +++ b/Themes/_fallback/Scripts/02 Branches.lua @@ -40,6 +40,10 @@ Branch = { return "ScreenLogo" end end, + NoiseTrigger = function() + local hour = Hour() + return hour > 3 and hour < 6 and "ScreenNoise" or "ScreenInit" + end, TitleMenu = function() -- home mode is the most assumed use of sm-ssc. if GAMESTATE:GetCoinMode() == "CoinMode_Home" then