From e5b42749e57590d6197fa64800617b53c65259eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Fri, 25 Feb 2022 01:53:47 +0200 Subject: [PATCH] Tweak phrasing in the explanation for ultra hard mode --- dosdl.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dosdl.asm b/dosdl.asm index d03c635..ac64cbb 100644 --- a/dosdl.asm +++ b/dosdl.asm @@ -1056,8 +1056,8 @@ help_str: db 13, 10 db 'In hard mode all letters marked as being in the correct place must stay fixed', 13, 10 db 'and those marked as being in the wrong place must be reused. In ultra hard mode', 13, 10 - db 'letters marked as being in the wrong place must also be moved and letters not', 13, 10 - db 'in the word must not be played again.$' + db 'letters marked as being in the wrong place must also be moved and letters that', 13, 10 + db 'have been ruled out must not be played again.$' %include "dictionary.inc" %include "targets.inc"