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.
* Various Fixes - Renamed `PF Ext Log Chest` to `PF Ext Ledge Chest` as it was moved in 3D (thanks grezzo) - Adjusts Starting Song of Healing setting to prevent Deku Mask and Bomber's Notebook being unobtainable depending on settings. (When Starting with Song of Healing if Shuffle Transformation is OFF you will start with Deku Mask. If Shuffle Bombers Notebook is OFF you will start with Bombers Notebook. If Starting with Song of Healing and Shuffle Transformation or Shuffle Bombers Notebook are ON the respective item will be replaced with an unobtainable green rupee to prevent important items being placed there.) - Removes all button combinations involving ZL and ZR from the spoiler log menu opening button options - Fixes TI Tingle Romani Ranch Map Buy (Spring) not marking as obtained when buying TI Tingle Romani Ranch Map Buy or MR Tingle Romani Ranch Map Buy - Adds 2 missing Gossip Stones in Stone Tower - Adjust quest item placement to be independent of Anju and Kafei shuffle setting - Adds fighting requirement to entrances in Woodfall behind a hiploop - Fixes Moon Link Trial Chests not being randomized properly - Fixes Any Dungeon & Overworld settings for dungeon items will not work properly - Add setting to implement fast transformation mask animations. - Add setting for starting inventory Bomber's Notebook - Reorganize Starting Inventory so it's easier to navigate * Update Z3DR
- Loading branch information
1 parent
87db81a
commit 1ac073d
Showing
12 changed files
with
233 additions
and
94 deletions.
There are no files selected for viewing
Submodule Z3DR
updated
18 files
+2 −0 | code/include/game/actor.h | |
+2 −0 | code/include/rnd/link.h | |
+8 −7 | code/include/rnd/savefile.h | |
+15 −0 | code/include/rnd/settings.h | |
+81 −20 | code/mm.ld | |
+96 −0 | code/source/asm/fast_transform_hooks.s | |
+31 −0 | code/source/asm/fast_transform_patches.s | |
+16 −0 | code/source/asm/hooks.s | |
+16 −0 | code/source/asm/patches.s | |
+17 −1 | code/source/asm/tingle_hooks.s | |
+37 −1 | code/source/asm/tingle_patches.s | |
+4 −5 | code/source/rnd/extdata.cpp | |
+18 −2 | code/source/rnd/item_override.cpp | |
+4 −3 | code/source/rnd/item_upgrade.cpp | |
+30 −1 | code/source/rnd/link.cpp | |
+11 −6 | code/source/rnd/savefile.cpp | |
+4 −0 | code/source/rnd/settings.cpp | |
+11 −3 | code/source/rnd/spoiler_data.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
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
Oops, something went wrong.