Port Dampe behavior to vanilla (#1364)

* Port Dampe behavior to vanilla

* Add Dampe winning to Enhanced preset
This commit is contained in:
Josh Bodner
2022-09-19 19:58:10 -07:00
committed by GitHub
parent b18cc9d628
commit e97ba37a5e
4 changed files with 20 additions and 7 deletions
+4
View File
@@ -1214,6 +1214,10 @@ void SaveManager::DeleteZeldaFile(int fileNum) {
fileMetaInfo[fileNum].randoSave = false;
}
bool SaveManager::IsRandoFile() {
return gSaveContext.n64ddFlag != 0 ? true : false;
}
// Functionality required to convert old saves into versioned saves
// DO NOT EDIT ANY OF THE FOLLOWING STRUCTS