forked from Tacoman369/MM3D-Randomizer-Dev
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Logic Fixes -Removes West Clock Town Postbox as it doesnt exist lol - Adds/Adjusts Goron Village checks to account for checks in Spring time - Adjusts several locations' repeatable variable to prevent softlocks - Adjusts Gilded Sword flag value to fix override - Adjusts Great Bay Lab Fish HP flag value to fix override - Adjusts Cremia Escort's Scene to fix override - Adjusts SPI Guest Room requirements from GoronMask to RoomKey as it should be - Adjusts Bomb Shop Goron to require PowderKeg as he wont sell until you obtain the first one - Adjusts Dog Race to require MaskOfTruth to prevent RNG annoyance - Adjusts description of SkipBombersMinigame to reflect new value of 12345 instead of 11111 - Adjusts description of Vanilla Logic to remove erronious leftover text from OOT3DR - Adds hint locations to new Goron Village Spring locations so it doesnt break if the randomzier decides to hint those locations * Update custom_messages.cpp ow * Remove empty ZAR generation. Bump version to 1.1 --------- Co-authored-by: Phlex <[email protected]>
- Loading branch information
1 parent
d5f44dd
commit d2e113e
Showing
9 changed files
with
69 additions
and
41 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
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,4 +1,4 @@ | ||
#pragma once | ||
|
||
#define RANDOMIZER_VERSION "v1.0.1" | ||
#define RANDOMIZER_VERSION "v1.1" | ||
#define COMMIT_NUMBER "develop" |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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