Data |
Prev: 52927 | Up: Map | Next: 53027 |
|
||||
52981 | DEFB 232 | Set brickwork drawing mode 2 (draw one row and blank row beneath) | ||
52982 | DEFB 16,19,7 | Using attribute 7 (white INK, black PAPER), draw 16 2-by-2 blocks of style 19 (ceiling) | ||
52985 | DEFB 56,0 | Draw 56 2-by-2 blocks of nothing | ||
52987 | DEFB 8,19,7 | Using attribute 7 (white INK, black PAPER), draw 8 2-by-2 blocks of style 19 | ||
52990 | DEFB 64,0 | Draw 64 2-by-2 blocks of nothing | ||
52992 | DEFB 231 | Set brickwork drawing mode 1 (draw one row only) | ||
52993 | DEFB 16,19,7 | Using attribute 7 (white INK, black PAPER), draw 16 2-by-2 blocks of style 19 (floor) | ||
52996 | DEFB 230 | Set brickwork direction mode to vertical and reset pointers to beginning of display | ||
52997 | DEFB 250,16,0 | Point bitmap and terrain interaction pointers to (16, 0) | ||
53000 | DEFB 4,19,7 | Using attribute 7 (white INK, black PAPER), draw 4 2-by-2 blocks of style 19 | ||
53003 | DEFB 246,4,4 | Draw wall axes at (4, 4) | ||
53006 | DEFB 251,26,1,68,64,50 | Draw plant 3 (50) at (26, 1) with attribute of 68, preserve attribute | ||
53012 | DEFB 251,26,6,70,64,42 | Draw plant pot 3 (42) at (26, 6) with attribute of 70, preserve attribute | ||
53018 | DEFB 245 | Paint attribute 69 at (26, 1) and 70 at (27, 1) | ||
53019 | DEFB 69,26,1 | |||
53022 | DEFB 70,27,1 | |||
53025 | DEFB 245 | |||
53026 | DEFB 0 | End marker |
Prev: 52927 | Up: Map | Next: 53027 |