change sunset in save editor so dampe is out
This commit is contained in:
@@ -377,7 +377,7 @@ void DrawInfoTab() {
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Sunset")) {
|
||||
gSaveContext.dayTime = 0xC000;
|
||||
gSaveContext.dayTime = 0xC001;
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Midnight")) {
|
||||
|
||||
Reference in New Issue
Block a user