Replace usages of Name field (nw)

This commit is contained in:
Matt Nadareski
2024-03-08 20:42:24 -05:00
parent 71dcc04558
commit 2dbe257023
59 changed files with 268 additions and 564 deletions

View File

@@ -109,7 +109,6 @@ namespace SabreTools.DatFiles.Formats
{
var item = new Rom
{
Name = rom.RomName,
Size = NumberHelper.ConvertToInt64(rom.RomSize),
CRC = rom.RomCRC,
MergeTag = rom.MergeName,
@@ -130,6 +129,7 @@ namespace SabreTools.DatFiles.Formats
Name = filename,
},
};
item.SetName(rom.RomName);
// Now process and add the item
ParseAddHelper(item, statsOnly);