Skip to content

Commit

Permalink
Fix regions and locations sharing the same name (OoTRandomizer#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zannick committed Aug 21, 2020
1 parent b02685f commit 31c3338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ player.
* Triforce Hunt won't accidentally place the Boss Key for Ganon's Castle.
* Fix a rare issue in ER with using time-passing regions to gain new access.
* Fix a rare issue where settings strings weren't allocated enough bits.
* Fix some locations and regions sharing names.
* The seed generator can now retry a few times in case of failure.
* Exclude a line from text shuffle so the Malon race is completable.
* Minor plandomizer fixes and improvements.
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '5.2.46 f.LUM'
__version__ = '5.2.47 f.LUM'

0 comments on commit 31c3338

Please sign in to comment.