From 007f596e3d75131086d0c165fc8848ad630aa82b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 1 Apr 2026 01:55:51 -0400 Subject: More edbox stuff in asm. 5347 bytes free. --- src/screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screen.h') diff --git a/src/screen.h b/src/screen.h index 34f069f..2959b1e 100644 --- a/src/screen.h +++ b/src/screen.h @@ -105,7 +105,7 @@ void scr_activate(char s); char *scr_get_cur_name(void); /* XXX: this really should be in a utils.c or common.c... */ -void scr_waitvcount(u8 c); +void scr_waitvcount_116(void); /* print decimal numbers (see printnum.s) */ void scr_cur_printnum(u16 c); -- cgit v1.2.3