diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-23 07:19:20 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-23 07:19:20 -0400 |
| commit | 52708bc160da106cd406c26f8b797d46e58cc423 (patch) | |
| tree | ec50cd85909872663bcbeb6df447795c7c5ca98c /src/addrs.c | |
| parent | 4225b6fad870eaec245d5565e5745ee1f80b842c (diff) | |
| download | fujinet-chat-52708bc160da106cd406c26f8b797d46e58cc423.tar.gz | |
Use macros for ind_act_*() funcs, shaves 33 bytes off the .xex.
Diffstat (limited to 'src/addrs.c')
| -rw-r--r-- | src/addrs.c | 6 |
1 files changed, 6 insertions, 0 deletions
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; |
