From 5ad74801b74a69b2cb8dbe0c1a0e0b9a5d251eb2 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 25 Mar 2026 18:40:02 -0400 Subject: Fix Start+E display (only 5 lines were shown, now 6); clear an extra byte in edbox_clear() in case page 6 wasn't empty at startup. --- font_dl.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'font_dl.asm') diff --git a/font_dl.asm b/font_dl.asm index 3cd43e5..a48699a 100644 --- a/font_dl.asm +++ b/font_dl.asm @@ -83,7 +83,8 @@ dl_status_lms .byte $70, $70, $70, $70, $70, $70, $70, $70 .byte $42 .word $0600 ; edit_box from addrs.c - .byte $02, $02, $02, $02 + .byte $02, $02, $02, $02, $02 + .byte $00 .byte $42 .word $a798 ; status_box from addrs.c .byte $06 ; GR.1 -- cgit v1.2.3