-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated randomizer version, small buff to utility function to check f…
…or unconsidered settings in the weights file
- Loading branch information
1 parent
b1e31cd
commit 07ba81b
Showing
4 changed files
with
39 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
__version__ = "2.7.1" | ||
__version__ = "2.7.2" | ||
|
||
# Randomizer Info | ||
randomizer_repo = 'rrealmuto/OoT-Randomizer' | ||
randomizer_version = '8.1.29 Rob-101' | ||
randomizer_commit = 'c342eb28bceb1bc4609a955b090a48e6c8632647' | ||
randomizer_version = '8.1.81 Rob-117' | ||
randomizer_commit = '10c20567d10cf1a1f477f1c5752e170ec518338d' | ||
|
||
# Requirements | ||
MIN_PY_VERSION = (3, 9) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters