From e5b59742ae858fa663eaf70cd60af896b092adc7 Mon Sep 17 00:00:00 2001 From: briaguya Date: Thu, 30 Jun 2022 09:58:16 -0400 Subject: [PATCH] change sunset in save editor so dampe is out --- soh/soh/Enhancements/debugger/debugSaveEditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) {