Data |
Prev: 53377 | Up: Map | Next: 53439 |
|
||||
53398 | DEFB 232 | Set brickwork drawing mode 2 (draw one row and blank row beneath) | ||
53399 | DEFB 16,19,7 | Using attribute 7 (white INK, black PAPER), draw 16 2-by-2 blocks of style 19 (ceiling) | ||
53402 | DEFB 128,0 | Draw 128 2-by-2 blocks of nothing | ||
53404 | DEFB 231 | Set brickwork drawing mode 1 (draw one row only) | ||
53405 | DEFB 16,19,7 | Using attribute 7 (white INK, black PAPER), draw 16 2-by-2 blocks of style 19 (floor) | ||
53408 | DEFB 230 | Set brickwork direction mode to vertical and reset pointers to beginning of display | ||
53409 | DEFB 250,30,0 | Point bitmap and terrain interaction pointers to (30, 0) | ||
53412 | DEFB 9,19,7 | Using attribute 7 (white INK, black PAPER), draw 9 2-by-2 blocks of style 19 (right wall) | ||
53415 | DEFB 237,29,5 | Draw left-facing wall-candle at (29, 5) | ||
53418 | DEFB 243,2,6,75,70 | Draw framed picture at (2, 6) with contents of graphic lookup index 75 (Rosmar) and attribute 70 | ||
53423 | DEFB 243,8,6,70,71 | Draw framed picture at (8, 6) with contents of graphic lookup index 70 (Thor) and attribute 71 | ||
53428 | DEFB 243,14,6,73,69 | Draw framed picture at (14, 6) with contents of graphic lookup index 73 (Samsun) and attribute 69 | ||
53433 | DEFB 243,20,6,74,68 | Draw framed picture at (20, 6) with contents of graphic lookup index 74 (Elrand) and attribute 68 | ||
53438 | DEFB 0 | End marker |
Prev: 53377 | Up: Map | Next: 53439 |