mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add DatToMiss as requested; minor update to DiffDat wording
This commit is contained in:
@@ -80,11 +80,11 @@ namespace SabreTools
|
||||
return;
|
||||
}
|
||||
|
||||
// Otherwise, read in the two files, diff them, and write the result to the file type that the first one is
|
||||
// Otherwise, read in the files, diff them, and write the result to the file type that the first one is
|
||||
List<RomData> A = new List<RomData>();
|
||||
foreach (string input in inputs)
|
||||
{
|
||||
logger.Log("Merging in DAT: " + input);
|
||||
logger.Log("Adding DAT: " + input);
|
||||
List<RomData> B = RomManipulation.Parse(input, 0, 0, logger);
|
||||
A = RomManipulation.Diff(A, B);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user