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.
Include patch code changes for twinmold patches and bottle patches. (#65
- Loading branch information
1 parent
4467748
commit 94fceca
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Z3DR
updated
11 files
+185 −0 | code/include/game/actors/boss/twinmold.h | |
+23 −0 | code/include/rnd/boss.h | |
+6 −2 | code/mm.ld | |
+10 −0 | code/source/asm/boss_hooks.s | |
+6 −0 | code/source/asm/boss_patches.s | |
+4 −4 | code/source/asm/patches.s | |
+5 −0 | code/source/main.cpp | |
+93 −0 | code/source/rnd/boss.cpp | |
+7 −2 | code/source/rnd/chest.cpp | |
+20 −37 | code/source/rnd/item_override.cpp | |
+22 −15 | code/source/rnd/savefile.cpp |