#include "addrs.h" u8 *edbox_only_dlist = u8p(0x3384); /* 60 bytes, 1 GR.0 line and 1 GR.1 line. also 20 more bytes filler. this is the bottom 2 lines of screen 0. screens 1-6 actually have 80 bytes of free RAM at the bottom (2 unused lines), for now at least. */ u8 *status_box = (u8 *)0x339f; /* 1 byte, leftmost column of GR.1 line at bottom */ u8 *ind_net_status = (u8 *)0x33c7; /* 1 byte, 2nd column of GR.1 line at bottom */ u8 *ind_act_status = (u8 *)0x33c8; u16 *dlist_status_lms = (u16 *)0x337e; u8 *dlist_last_line = (u8 *)0x3380;