Prev: 53555 Up: Map Next: 53649
53579: Room layout data: Ground Floor 2 (Secret Tunnel Entrance)
53579
53579 DEFB 232 Set brickwork drawing mode 2 (draw one row and blank row beneath)
53580 DEFB 16,19,7 Using attribute 7 (white INK, black PAPER), draw 16 2-by-2 blocks of style 19 (ceiling)
53583 DEFB 51,0 Draw 51 2-by-2 blocks of nothing
53585 DEFB 10,19,7 Using attribute 7 (white INK, black PAPER), draw 10 2-by-2 blocks of style 19
53588 DEFB 67,0 Draw 67 2-by-2 blocks of nothing
53590 DEFB 231 Set brickwork drawing mode 1 (draw one row only)
53591 DEFB 16,19,7 Using attribute 7 (white INK, black PAPER), draw 16 2-by-2 blocks of style 19 (floor)
53594 DEFB 230 Set brickwork direction mode to vertical and reset pointers to beginning of display
53595 DEFB 250,30,0 Point bitmap and terrain interaction pointers to (30, 0)
The height of the right wall stored at 53598 is originally 9. This is changed to 7 when Rosmar helps.
53598 DEFB 9,19,7 Using attribute 7 (white INK, black PAPER), draw 9 2-by-2 blocks of style 19 (right wall)
53601 DEFB 237,29,5 Draw left-facing wall-candle at (29, 5)
53604 DEFB 251,10,4,68,64,53 Draw plant 6 (53) at (10, 4) with attribute of 68, preserve attribute
53610 DEFB 251,19,1,68,64,50 Draw plant 3 (50) at (19, 1) with attribute of 68, preserve attribute
53616 DEFB 251,10,7,70,64,41 Draw plant pot 2 (41) at (10, 7) with attribute of 70, preserve attribute
53622 DEFB 251,19,6,66,64,40 Draw plant pot 1 (40) at (19, 6) with attribute of 66, preserve attribute
53628 DEFB 251,22,2,68,64,45 Draw plant 7 (45) at (22, 2) with attribute of 68, preserve attribute
53634 DEFB 251,22,5,69,64,44 Draw plant pot 4 (44) at (22, 5) with attribute of 69, preserve attribute
53640 DEFB 245 Paint attribute 69 at (19, 1) and 71 at (20, 1)
53641 DEFB 69,19,1
53644 DEFB 71,20,1
53647 DEFB 245
53648 DEFB 0 End marker
Prev: 53555 Up: Map Next: 53649