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.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/addrs.c') diff --git a/src/addrs.c b/src/addrs.c index b9f0921..4c5545b 100644 --- a/src/addrs.c +++ b/src/addrs.c @@ -52,3 +52,9 @@ u8 *screen_lastlines[7] = { at the bottom (2 unused lines), for now at least. addresses: 0xab80 0xaf68 0xb398 0xb780 0xbb68 0xbf50 */ u8 *status_box = (u8 *)0xa798; + +/* 1 byte, leftmost column of GR.1 line at bottom */ +u8 *ind_net_status = (u8 *)0xa7c0; + +/* 1 byte, 2nd column of GR.1 line at bottom */ +u8 *ind_act_status = (u8 *)0xa7c1; -- cgit v1.2.3