Data |
Prev: 52273 | Up: Map | Next: 52339 |
|
||||
52307 | DEFB 144,0 | Draw 144 2-by-2 blocks of nothing | ||
52309 | DEFB 231 | Set brickwork drawing mode 1 (draw one row only) | ||
52310 | DEFB 16,3,68 | Using attribute 68 (green INK, black PAPER, BRIGHT), draw 16 2-by-2 blocks of style 3 (floor) | ||
52313 | DEFB 230 | Set brickwork direction mode to vertical and reset pointers to beginning of display | ||
52314 | DEFB 251,14,15,68,64,52 | Draw plant 5 (52) at (14, 15) with attribute of 68, preserve attribute | ||
52320 | DEFB 251,18,15,68,64,52 | Draw plant 5 (52) at (18, 15) with attribute of 68, preserve attribute | ||
52326 | DEFB 251,2,16,70,64,78 | Draw mushroom 1 (78) at (2, 16) with attribute of 70, preserve attribute | ||
52332 | DEFB 251,5,16,71,64,79 | Draw mushroom 2 (79) at (5, 16) with attribute of 71, preserve attribute | ||
52338 | DEFB 0 | End marker |
Prev: 52273 | Up: Map | Next: 52339 |