Data |
Prev: 52339 | Up: Map | Next: 52423 |
|
||||
52365 | DEFB 144,0 | Draw 144 2-by-2 blocks of nothing | ||
52367 | DEFB 231 | Set brickwork drawing mode 1 (draw one row only) | ||
52368 | DEFB 16,3,68 | Using attribute 68 (green INK, black PAPER, BRIGHT), draw 16 2-by-2 blocks of style 3 (floor) | ||
52371 | DEFB 230 | Set brickwork direction mode to vertical and reset pointers to beginning of display | ||
52372 | DEFB 250,30,0 | Point bitmap and terrain interaction pointers to (30, 0) | ||
52375 | DEFB 9,19,7 | Using attribute 7 (white INK, black PAPER), draw 9 2-by-2 blocks of style 19 (right wall) | ||
52378 | DEFB 251,20,8,68,64,48 | Draw tree top 2 (48) at (20, 8) with attribute of 68, preserve attribute | ||
52384 | DEFB 251,20,13,69,64,47 | Draw tree trunk 2 (47) at (20, 13) with attribute of 69, preserve attribute | ||
52390 | DEFB 251,3,9,69,64,84 | Draw tree top 1 (84) at (3, 9) with attribute of 69, preserve attribute | ||
52396 | DEFB 251,4,13,69,64,85 | Draw tree trunk 1 (85) at (4, 13) with attribute of 69, preserve attribute | ||
52402 | DEFB 251,18,15,68,64,52 | Draw plant 5 (52) at (18, 15) with attribute of 68, preserve attribute | ||
52408 | DEFB 245 | Paint attribute 66 at (23, 9), 66 at (20, 13), 66 at (26, 12) and 66 at (24, 11) | ||
52409 | DEFB 66,23,9 | |||
52412 | DEFB 66,20,13 | |||
52415 | DEFB 66,26,12 | |||
52418 | DEFB 66,24,11 | |||
52421 | DEFB 245 | |||
52422 | DEFB 0 | End marker |
Prev: 52339 | Up: Map | Next: 52423 |