change sunset in save editor so dampe is out

This commit is contained in:
briaguya 2022-06-30 09:58:16 -04:00 committed by Kenix3
parent 8615418630
commit e5b59742ae

View File

@ -377,7 +377,7 @@ void DrawInfoTab() {
} }
ImGui::SameLine(); ImGui::SameLine();
if (ImGui::Button("Sunset")) { if (ImGui::Button("Sunset")) {
gSaveContext.dayTime = 0xC000; gSaveContext.dayTime = 0xC001;
} }
ImGui::SameLine(); ImGui::SameLine();
if (ImGui::Button("Midnight")) { if (ImGui::Button("Midnight")) {