mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-06-17 23:41:06 -04:00
Port Dampe behavior to vanilla (#1364)
* Port Dampe behavior to vanilla * Add Dampe winning to Enhanced preset
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user