diff --git a/soh/soh/SaveManager.cpp b/soh/soh/SaveManager.cpp index 89a17a8e0..f0b0a522b 100644 --- a/soh/soh/SaveManager.cpp +++ b/soh/soh/SaveManager.cpp @@ -1822,6 +1822,6 @@ extern "C" void Save_DeleteFile(int fileNum) { Ship::ExecuteHooks(fileNum); } -extern "C" bool Save_Exist(int fileNum) { +extern "C" u32 Save_Exist(int fileNum) { return SaveManager::Instance->SaveFile_Exist(fileNum); }