Fix AttractMode writing

This commit is contained in:
Matt Nadareski
2024-03-11 14:52:32 -04:00
parent fc489125d9
commit b7b22cba32

View File

@@ -28,6 +28,7 @@ namespace SabreTools.Serialization.Streams
// TODO: Include flag to write out long or short header
// Write the short header
writer.WriteString(Serialization.AttractMode.HeaderWithoutRomname); // TODO: Convert to array of values
writer.WriteLine();
// Write out the rows, if they exist
WriteRows(obj.Row, writer);