Skip to content

Commit

Permalink
Fix Eyes of Doom anti-softlock not working from Mountain Overlook ent…
Browse files Browse the repository at this point in the history
…rance (#75)
  • Loading branch information
Avasam authored Jul 16, 2024
1 parent ba254e8 commit 31a8029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dolphin scripts/Entrance Randomizer/lib/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class LevelCRC(IntEnum):

SOFTLOCKABLE_ENTRANCES = {
int(LevelCRC.FLOODED_COURTYARD): 8, # From st claire: 7
int(LevelCRC.EYES_OF_DOOM): 9,
int(LevelCRC.EYES_OF_DOOM): 12, # From Scorpion Temple: 9
int(LevelCRC.VALLEY_OF_SPIRITS): 8,
int(LevelCRC.COPACANTI_LAKE): 8,
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix Eyes of Doom anti-softlock not working from Mountain Overlook entrance -- by @Avasam

0 comments on commit 31a8029

Please sign in to comment.