BUHBYE: Use 80-col save HTAB, for better compat

This commit is contained in:
Joshua Bell 2021-10-31 15:59:47 -07:00
parent b621ac6a4d
commit a7e32d62d4
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ close_dir:
;; Print help text
lda #20 ; HTAB 20
sta CH
sta COL80HPOS
ldy #(help_string - text_resources)
jsr cout_string