mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
skip first cycle reset cutscene on debug created saves (#397)
This commit is contained in:
@@ -41,6 +41,9 @@ void RegisterDebugSaveCreate() {
|
||||
gSaveContext.save.cutsceneIndex = 0;
|
||||
gSaveContext.save.saveInfo.checksum = 1;
|
||||
|
||||
// Prevent first Song of Time reset from forcing Deku Link and having to learn Song of Healing
|
||||
gSaveContext.save.saveInfo.playerData.threeDayResetCount = 1;
|
||||
|
||||
if (CVarGetInteger("gDeveloperTools.DebugSaveFileMode", DEBUG_SAVE_INFO_NONE) == DEBUG_SAVE_INFO_COMPLETE) {
|
||||
gSaveContext.save.saveInfo.playerData.doubleDefense = true;
|
||||
gSaveContext.save.saveInfo.playerData.health = 20 * 0x10;
|
||||
|
||||
Reference in New Issue
Block a user