Skip to content

Commit

Permalink
Fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron committed Jul 10, 2024
1 parent e8ce3a7 commit c161fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/open_samus_returns_rando/files/levels/s100_area10.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ end
function s100_area10.OnReloaded()
end
function s100_area10.OnExit()
s070_area7.SetLowModelsVisibility(false)
s100_area10.SetLowModelsVisibility(false)
end
function s100_area10.OnEnter_ActivationTeleport_10_01()
Game.OnTeleportApproached("LE_Teleporter_10_01")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function s110_surfaceb.InitializeRidleyStorms()
end
end
function s110_surfaceb.OnExit()
s070_area7.SetLowModelsVisibility(false)
s110_surfaceb.SetLowModelsVisibility(false)
end
function s110_surfaceb.RecoverEnergy()
if Game.GetPlayer() ~= nil then
Expand Down

0 comments on commit c161fad

Please sign in to comment.