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.
Update subrepo to include all basepatch changes.
Update unistore to include new icons.
- Loading branch information
1 parent
7ec7a75
commit d9d8f6a
Showing
2 changed files
with
2 additions
and
2 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
Submodule Z3DR
updated
10 files
+10 −0 | code/include/rnd/entrance.h | |
+12 −12 | code/include/rnd/item_override.h | |
+9 −3 | code/include/rnd/savefile.h | |
+21 −1 | code/mm.ld | |
+9 −7 | code/source/asm/hooks.s | |
+30 −0 | code/source/asm/patches.s | |
+13 −0 | code/source/rnd/entrance.cpp | |
+80 −97 | code/source/rnd/item_override.cpp | |
+25 −12 | code/source/rnd/savefile.cpp | |
+4 −0 | code/source/rnd/spoiler_data.cpp |