Skip to content

Commit

Permalink
Exit IdleScreen when starting to fix random start at saves
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron committed Dec 17, 2023
1 parent b0aed8a commit ca78479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/open_samus_returns_rando/files/custom_scenario.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ function Scenario.InitScenario(_ARG_0_, _ARG_1_, _ARG_2_, _ARG_3_)
local rando_initialized = Blackboard.GetProp(player_section, "RANDO_GAME_INITIALIZED") or false
if not rando_initialized then
Blackboard.SetProp(player_section, "RANDO_GAME_INITIALIZED", "b", true)
Game.HUDIdleScreenLeave()
Scenario.ShowText()
end
end
Expand Down

0 comments on commit ca78479

Please sign in to comment.