Data |
Prev: 52744 | Up: Map | Next: 52869 |
|
||||
52795 | DEFB 232 | Set brickwork drawing mode 2 (draw one row and blank row beneath) | ||
52796 | DEFB 16,19,7 | Using attribute 7 (white INK, black PAPER), draw 16 2-by-2 blocks of style 19 (ceiling) | ||
52799 | DEFB 52,0 | Draw 52 2-by-2 blocks of nothing | ||
52801 | DEFB 10,19,7 | Using attribute 7 (white INK, black PAPER), draw 10 2-by-2 blocks of style 19 | ||
52804 | DEFB 66,0 | Draw 66 2-by-2 blocks of nothing | ||
52806 | DEFB 231 | Set brickwork drawing mode 1 (draw one row only) | ||
52807 | DEFB 16,19,7 | Using attribute 7 (white INK, black PAPER), draw 16 2-by-2 blocks of style 19 (floor) | ||
52810 | DEFB 230 | Set brickwork direction mode to vertical and reset pointers to beginning of display | ||
52811 | DEFB 250,0,0 | Point bitmap and terrain interaction pointers to (0, 0) | ||
52814 | DEFB 7,19,7 | Using attribute 7 (white INK, black PAPER), draw 7 2-by-2 blocks of style 19 (left wall) | ||
52817 | DEFB 236,2,5 | Draw right-facing wall-candle at (2, 5) | ||
52820 | DEFB 251,12,6,68,64,97 | Draw books 1 (97) at (12, 6) with attribute of 68, preserve attribute | ||
52826 | DEFB 251,17,5,69,64,98 | Draw books 2 (98) at (17, 5) with attribute of 69, preserve attribute | ||
52832 | DEFB 251,22,6,67,64,101 | Draw right bookend (101) at (22, 6) with attribute of 67, preserve attribute | ||
52838 | DEFB 251,9,6,67,64,102 | Draw left bookend (102) at (9, 6) with attribute of 67, preserve attribute | ||
52844 | DEFB 251,16,15,66,64,99 | Draw books 3 (99) at (16, 15) with attribute of 66, preserve attribute | ||
52850 | DEFB 251,21,16,69,70,100 | Draw books 4 (100) at (21, 16) with attribute of 69, preserve attribute (bug) | ||
52856 | DEFB 251,26,16,67,64,101 | Draw right bookend (101) at (26, 16) with attribute of 67, preserve attribute | ||
52862 | DEFB 251,13,16,67,64,102 | Draw left bookend (102) at (13, 16) with attribute of 67, preserve attribute | ||
52868 | DEFB 0 | End marker |
Prev: 52744 | Up: Map | Next: 52869 |