fix edge case
This commit is contained in:
parent
92ff4d3f28
commit
bc5f0b0e7a
1 changed files with 2 additions and 0 deletions
|
@ -175,6 +175,8 @@ namespace SharpCreditsCrediter
|
|||
{
|
||||
romFile.WriteByte(c);
|
||||
}
|
||||
} else {
|
||||
romFile.WriteByte((byte)textToInt(' '));
|
||||
}
|
||||
|
||||
for (int i = 0; i < 38 - currentLine.Length; i++) romFile.WriteByte(0);
|
||||
|
|
Loading…
Reference in a new issue