diff --git a/SabreTools.Helper/Dats/Partials/DatFile.Parsers.cs b/SabreTools.Helper/Dats/Partials/DatFile.Parsers.cs index cb9613d4..d70ce8fd 100644 --- a/SabreTools.Helper/Dats/Partials/DatFile.Parsers.cs +++ b/SabreTools.Helper/Dats/Partials/DatFile.Parsers.cs @@ -56,6 +56,7 @@ namespace SabreTools.Helper.Dats /// True if original extension should be kept, false otherwise (default) /// True if tags from the DAT should be used to merge the output, false otherwise (default) /// TODO: If replacing name with description, is it possible to update cloneof/romof/sampleof tags as well? + /// TODO: If replacing name with description, should this be done in a separate step instead of on parse? It might help the other task public void Parse( // Standard Dat parsing string filename,