From 52708bc160da106cd406c26f8b797d46e58cc423 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 23 Mar 2026 07:19:20 -0400 Subject: Use macros for ind_act_*() funcs, shaves 33 bytes off the .xex. --- src/screen.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/screen.c') diff --git a/src/screen.c b/src/screen.c index 3c61f01..42a7e65 100644 --- a/src/screen.c +++ b/src/screen.c @@ -43,8 +43,6 @@ void scr_init(void) { OS.sdmctl = 0; /* disappear the screen */ - ind_net_status = status_box + 40; - scr_waitvcount(112); /* after the last GR.0 line */ *SDLST = DLIST_BOT_ADDR; OS.chbas = FONT_ADDR_HI; -- cgit v1.2.3