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.
Change Pamela's Father override to be correct. (#36)
Update Z3DR to fix key issue and show overhead progressive items. Fix ZH Deku Evan to be ZH Evan. Fix MV Day 1/2 to be razor and gilded. Formatting adjustments in item table. Fix starting bottles being moldy milk. Fix sword and shield not applying on all on. Adjust deku princess access to add sword.
- Loading branch information
1 parent
6edccc1
commit d664f00
Showing
5 changed files
with
24 additions
and
20 deletions.
There are no files selected for viewing
Submodule Z3DR
updated
9 files
+2 −0 | code/include/rnd/item_override.h | |
+1 −0 | code/include/rnd/link.h | |
+3 −2 | code/include/rnd/savefile.h | |
+5 −0 | code/source/main.cpp | |
+9 −0 | code/source/rnd/item_effect.cpp | |
+29 −6 | code/source/rnd/item_override.cpp | |
+3 −0 | code/source/rnd/item_upgrade.cpp | |
+10 −0 | code/source/rnd/link.cpp | |
+14 −9 | 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#pragma once | ||
|
||
#define RANDOMIZER_VERSION "v1.2" | ||
#define RANDOMIZER_VERSION "v1.2.1" | ||
#define COMMIT_NUMBER "develop" |
Oops, something went wrong.