Skip to content

Commit

Permalink
Merge branch 'Dev' into dev-fenhl
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl committed Aug 22, 2024
2 parents 6a8038e + 518a871 commit 0a15061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ Differences between `dev-fenhl` and [`Dev-R`](https://github.com/Roman971/OoT-Ra
* The GUI tweaks made by [`Dev-R`](https://github.com/Roman971/OoT-Randomizer) are further adjusted to balance consistency with [main `Dev`](https://github.com/OoTRandomizer/OoT-Randomizer) and ease of use.
* The Lens of Truth can be in a foolish area if Treasure Chest Game keys are shuffled and all relevant “lensless” tricks are enabled.
* Bug fixes:
* Missing info on randomized settings in spoilers is fixed ([#2256](https://github.com/OoTRandomizer/OoT-Randomizer/pull/2256))
* The randomizer no longer silently ignores the `Decompress` program failing ([#2229](https://github.com/OoTRandomizer/OoT-Randomizer/pull/2229))
* A trade item obtained from a skipped location is no longer lost upon obtaining a different item from the same trade quest ([#2217](https://github.com/OoTRandomizer/OoT-Randomizer/pull/2217))
* The ocarina buttons required to play the Song of Time are now included on the path of time ([#2203](https://github.com/OoTRandomizer/OoT-Randomizer/pull/2203))
Expand Down Expand Up @@ -236,6 +235,7 @@ issue. You should always Hard Reset to avoid this issue entirely.
* Fix some inconsistent tags for wonderitem locations in the `Exclude Locations` list.
* Fix swapped `Hideout Kitchen Wonderitem` and `Hideout Kitchen Stove Wonderitem` locations.
* Fix a bug where a foolish hint could be generated for an area despite not having any shuffled item locations.
* Fix a bug where spoiler logs' `randomized_settings` fields could be incomplete.

#### New Speedups
* Meg will now take less time before respawning after getting hurt.
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '8.1.75'
__version__ = '8.1.76'

# This is a supplemental version number for branches based off of main dev.
supplementary_version = 1
Expand Down

0 comments on commit 0a15061

Please sign in to comment.