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.
Add Restoration Twinmold Option (#66)
* Twinmold Option and Logic Fixes - Adds toggle for Twinmold Restoration - Fixes Great Fairys Sword starting inventory option to actually remove the sword from the pool when toggled on - Fixes description on D-Pad Ocarina to show D-Pad Right instead of D-Pad Down - Fixes Twin Islands Goron Racetrack Grotto Requirements - Fixes Road to Snowhead Pillar HP Requirements to require Hookshot - Removes Light Arrows as potential requirement from Beneath the Well Mirror Shield Chest * Update mm3dr base repo for more patch changes. --------- Co-authored-by: Tacoman369 <[email protected]>
- Loading branch information
1 parent
94fceca
commit 06d2320
Showing
7 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
Submodule Z3DR
updated
10 files
+3 −0 | code/include/rnd/boss.h | |
+1 −0 | code/include/rnd/settings.h | |
+4 −0 | code/mm.ld | |
+13 −0 | code/source/asm/boss_hooks.s | |
+8 −1 | code/source/asm/boss_patches.s | |
+8 −0 | code/source/asm/hooks.s | |
+7 −6 | code/source/asm/patches.s | |
+8 −1 | code/source/rnd/boss.cpp | |
+2 −0 | code/source/rnd/item_override.cpp | |
+2 −1 | code/source/rnd/savefile.cpp |
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
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