Data |
Prev: 52365 | Up: Map | Next: 52456 |
|
||||
52423 | DEFB 232 | Set brickwork drawing mode 2 (draw one row and blank row beneath) | ||
52424 | DEFB 16,19,7 | Using attribute 7 (white INK, black PAPER), draw 16 2-by-2 blocks of style 19 (ceiling) | ||
52427 | DEFB 128,0 | Draw 128 2-by-2 blocks of nothing | ||
52429 | DEFB 231 | Set brickwork drawing mode 1 (draw one row only) | ||
52430 | DEFB 16,19,86 | Using attribute 86 (yellow INK, red PAPER, BRIGHT), draw 16 2-by-2 blocks of style 19 (floor) | ||
52433 | DEFB 230 | Set brickwork direction mode to vertical and reset pointers to beginning of display | ||
52434 | DEFB 250,14,8 | Point bitmap and terrain interaction pointers to (14, 8) | ||
52437 | DEFB 5,19,7 | Using attribute 7 (white INK, black PAPER), draw 5 2-by-2 blocks of style 19 (the tower) | ||
52440 | DEFB 250,18,12 | Point bitmap and terrain interaction pointers to (18, 12) | ||
52443 | DEFB 1,19,7 | Using attribute 7 (white INK, black PAPER), draw 1 2-by-2 block of style 19 | ||
52446 | DEFB 250,0,0 | Point bitmap and terrain interaction pointers to (0, 0) | ||
52449 | DEFB 7,19,7 | Using attribute 7 (white INK, black PAPER), draw 7 2-by-2 blocks of style 19 (left wall) | ||
52452 | DEFB 236,2,5 | Draw right-facing wall-candle at (2, 5) | ||
52455 | DEFB 0 | End marker |
Prev: 52365 | Up: Map | Next: 52456 |