diff --git a/soh/soh/Enhancements/audio/AudioEditor.cpp b/soh/soh/Enhancements/audio/AudioEditor.cpp index fd47b8e25..0e7244122 100644 --- a/soh/soh/Enhancements/audio/AudioEditor.cpp +++ b/soh/soh/Enhancements/audio/AudioEditor.cpp @@ -330,7 +330,7 @@ ImVec4 GetSequenceTypeColor(SeqType type) { case SEQ_SFX: return ImVec4(0.4f, 0.33f, 0.0f, 1.0f); case SEQ_VOICE: - return ImVec4(0.4f, 0.33f, 0.0f, 1.0f); + return ImVec4(0.3f, 0.42f, 0.09f, 1.0f); case SEQ_INSTRUMENT: return ImVec4(0.0f, 0.25f, 0.5f, 1.0f); case SEQ_BGM_CUSTOM: @@ -481,7 +481,7 @@ void AudioEditor::DrawElement() { } } - ImGui::BeginTable("sequenceTypes", 8, ImGuiTableFlags_Resizable | ImGuiTableFlags_NoSavedSettings | ImGuiTableFlags_Borders); + ImGui::BeginTable("sequenceTypes", 9, ImGuiTableFlags_Resizable | ImGuiTableFlags_NoSavedSettings | ImGuiTableFlags_Borders); ImGui::TableNextColumn(); ImGui::PushStyleColor(ImGuiCol_Header, GetSequenceTypeColor(SEQ_BGM_WORLD));