diff --git a/SabreTools.Helper/Tools/DatTools.cs b/SabreTools.Helper/Tools/DatTools.cs index aea96a3c..2d906a43 100644 --- a/SabreTools.Helper/Tools/DatTools.cs +++ b/SabreTools.Helper/Tools/DatTools.cs @@ -1549,6 +1549,12 @@ namespace SabreTools.Helper } } + // Now go through and sort all of the lists + foreach (string key in sortable.Keys) + { + RomTools.Sort(sortable[key], norename); + } + // Output the count if told to if (output) { @@ -1620,6 +1626,12 @@ namespace SabreTools.Helper } } + // Now go through and sort all of the lists + foreach (string key in sortable.Keys) + { + RomTools.Sort(sortable[key], norename); + } + // Output the count if told to if (output) {