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([&]() {