aboutsummaryrefslogtreecommitdiff
path: root/src/addrs.c
blob: 7813cd71b000e404305f2dbc0cdaefe2dcde127b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include "addrs.h"

u8 *edbox_only_dlist = u8p(0x4bb8);

/* 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;