Data |
Prev: 52559 | Up: Map | Next: 52631 |
|
||||
52597 | DEFB 232 | Set brickwork drawing mode 2 (draw one row and blank row beneath) | ||
52598 | DEFB 16,19,7 | Using attribute 7 (white INK, black PAPER), draw 16 2-by-2 blocks of style 19 (ceiling) | ||
52601 | DEFB 128,0 | Draw 128 2-by-2 blocks of nothing | ||
52603 | DEFB 231 | Set brickwork drawing mode 1 (draw one row only) | ||
52604 | DEFB 16,19,86 | Using attribute 86 (yellow INK, red PAPER, BRIGHT), draw 16 2-by-2 blocks of style 19 (floor) | ||
52607 | DEFB 230 | Set brickwork direction mode to vertical and reset pointers to beginning of display | ||
52608 | DEFB 251,12,8,68,64,48 | Draw tree top 2 (48) at (12, 8) with attribute of 68, preserve attribute | ||
52614 | DEFB 251,12,13,69,64,47 | Draw tree trunk 2 (47) at (12, 13) with attribute of 69, preserve attribute | ||
52620 | DEFB 244 | Paint glowing blocks at (15, 9), (12, 13), (18, 12) and (16, 11) | ||
52621 | DEFB 15,9 | |||
52623 | DEFB 12,13 | |||
52625 | DEFB 18,12 | |||
52627 | DEFB 16,11 | |||
52629 | DEFB 244 | |||
52630 | DEFB 0 | End marker |
Prev: 52559 | Up: Map | Next: 52631 |