From fbc4a02b8fa63f40238aa041a12d72e056fd2a20 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Fri, 23 Sep 2011 14:40:11 -0500 Subject: [PATCH] forgot branch --- Themes/_fallback/Scripts/02 Branches.lua | 4 ++++ 1 file changed, 4 insertions(+) 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