diff options
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; |
