From 24caa187d98f9db11d6361d086d37d418ac3cad4 Mon Sep 17 00:00:00 2001 From: Lucent Date: Sat, 28 Oct 2023 00:30:33 +0200 Subject: [PATCH] fix edge case --- ROMFile.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ROMFile.cs b/ROMFile.cs index ecacc85..08488b1 100644 --- a/ROMFile.cs +++ b/ROMFile.cs @@ -175,8 +175,6 @@ namespace SharpCreditsCrediter { romFile.WriteByte(c); } - } else { - romFile.WriteByte((byte)textToInt(' ')); } for (int i = 0; i < 38 - currentLine.Length; i++) romFile.WriteByte(0);