forked from PhlexPlexico/mm3dr
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* StartingNotebook theres a lot of extra adds / removes because the main mm3d_randomizer points to a specific commit and im too dumb to get it to work right. important changes are as follows Settings.h > Added u8 startingNotebook; Savefile.cpp > added if statement into starting inventory section //Notebook if(gSettingsContext.startingNotebook > 0) { saveData.inventory.collect_register.bombers_notebook = 1; } Spoiler_data.cpp > added two missing multilocation checks for the ranch map in snowhead * Update settings.h * Update savefile.cpp
- Loading branch information
1 parent
01ef895
commit 09d5cff
Showing
3 changed files
with
24 additions
and
21 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
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