diff --git a/soh/soh/Enhancements/debugger/debugSaveEditor.cpp b/soh/soh/Enhancements/debugger/debugSaveEditor.cpp index bb6c15f20..8ccd10ba5 100644 --- a/soh/soh/Enhancements/debugger/debugSaveEditor.cpp +++ b/soh/soh/Enhancements/debugger/debugSaveEditor.cpp @@ -377,7 +377,7 @@ void DrawInfoTab() { } ImGui::SameLine(); if (ImGui::Button("Sunset")) { - gSaveContext.dayTime = 0xC000; + gSaveContext.dayTime = 0xC001; } ImGui::SameLine(); if (ImGui::Button("Midnight")) {