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"