Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
CoR softlock prevention nerf
Browse files Browse the repository at this point in the history
  • Loading branch information
1234567890num committed Sep 8, 2022
1 parent 22f2a17 commit d97205a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GoA RAM Non-Rando.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2279,7 +2279,7 @@ if ReadShort(Save+0x0650) == 0x0A then
end
--Cavern of Remembrance Skip Softlock Prevention
if Place == 0x1804 and PrevPlace == 0x1504 then --Mineshaft Lowest Level
Spawn('Short',0x09,0x024,0x0018) --Door to Transport to Remembrance -> Mineshaft
Spawn('Short',0x09,0x024,0x321A) --Door to Transport to Remembrance -> Garden of Assemblage
Spawn('Short',0x09,0x026,0) --Approachable from All Sides
Spawn('Float',0x09,0x03C,5000) --Position Y
Spawn('Float',0x09,0x044,10000) --Scale X
Expand Down
2 changes: 1 addition & 1 deletion GoA RAM.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2570,7 +2570,7 @@ if Place == 0x0204 and Events(Null,0x02,0x03) and ReadByte(Save+0x36B4) > 0 then
end
--Cavern of Remembrance Skip Softlock Prevention
if Place == 0x1804 and PrevPlace == 0x1504 then --Mineshaft Lowest Level
Spawn('Short',0x09,0x024,0x0018) --Door to Transport to Remembrance -> Mineshaft
Spawn('Short',0x09,0x024,0x321A) --Door to Transport to Remembrance -> Garden of Assemblage
Spawn('Short',0x09,0x026,0) --Approachable from All Sides
Spawn('Float',0x09,0x03C,5000) --Position Y
Spawn('Float',0x09,0x044,10000) --Scale X
Expand Down

0 comments on commit d97205a

Please sign in to comment.