From 8945b2ed487199c08b80110c2adacfe6839584db Mon Sep 17 00:00:00 2001 From: Julien Lemay Date: Sun, 14 Aug 2022 23:02:14 -0400 Subject: [PATCH] Fix Save Editor Event Check Inf "A" Row flags (#1138) Fix Save Editor Event Check Inf Flags "A" Row flags not working. It was set to "eci1" instead of "eci10". --- 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 f31a5e42a..7946b2362 100644 --- a/soh/soh/Enhancements/debugger/debugSaveEditor.cpp +++ b/soh/soh/Enhancements/debugger/debugSaveEditor.cpp @@ -944,7 +944,7 @@ void DrawFlagsTab() { DrawGroupWithBorder([&]() { ImGui::Text("A"); InsertHelpHoverText("First-time overworld entrance cs related"); - DrawFlagArray16("eci1", gSaveContext.eventChkInf[10]); + DrawFlagArray16("eci10", gSaveContext.eventChkInf[10]); }); DrawGroupWithBorder([&]() {