Data |
Prev: 52212 | Up: Map | Next: 52307 |
|
||||
52273 | DEFB 144,0 | Draw 144 2-by-2 blocks of nothing | ||
52275 | DEFB 231 | Set brickwork drawing mode 1 (draw one row only) | ||
52276 | DEFB 16,3,68 | Using attribute 68 (green INK, black PAPER, BRIGHT), draw 16 2-by-2 blocks of style 3 (floor) | ||
52279 | DEFB 230 | Set brickwork direction mode to vertical and reset pointers to beginning of display | ||
52280 | DEFB 251,10,13,68,64,50 | Draw plant 3 (50) at (10, 13) with attribute of 68, preserve attribute | ||
52286 | DEFB 251,15,15,68,64,51 | Draw plant 4 (51) at (15, 15) with attribute of 68, preserve attribute | ||
52292 | DEFB 251,20,15,68,64,52 | Draw plant 5 (52) at (20, 15) with attribute of 68, preserve attribute | ||
52298 | DEFB 245 | Paint attribute 71 at (10, 13) and 71 at (11, 13) | ||
52299 | DEFB 71,10,13 | |||
52302 | DEFB 71,11,13 | |||
52305 | DEFB 245 | |||
52306 | DEFB 0 | End marker |
Prev: 52212 | Up: Map | Next: 52307 |