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/addrs.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/addrs.h') diff --git a/src/addrs.h b/src/addrs.h index 67a59c8..9f056d1 100644 --- a/src/addrs.h +++ b/src/addrs.h @@ -38,3 +38,9 @@ extern u8 *screen_lastlines[7]; /* bottom 2 lines, shared by all screens */ extern u8 *status_box; + +/* network status indicator */ +extern u8 *ind_net_status; + +/* activity indicator */ +extern u8 *ind_act_status; -- cgit v1.2.3