Data |
Prev: 52307 | Up: Map | Next: 52365 |
|
||||
52339 | DEFB 144,0 | Draw 144 2-by-2 blocks of nothing | ||
52341 | DEFB 231 | Set brickwork drawing mode 1 (draw one row only) | ||
52342 | DEFB 16,3,68 | Using attribute 68 (green INK, black PAPER, BRIGHT), draw 16 2-by-2 blocks of style 3 (floor) | ||
52345 | DEFB 230 | Set brickwork direction mode to vertical and reset pointers to beginning of display | ||
52346 | DEFB 251,8,16,70,64,80 | Draw mushroom 3 (80) at (8, 16) with attribute of 70, preserve attribute | ||
52352 | DEFB 251,11,16,71,64,81 | Draw mushroom 4 (81) at (11, 16) with attribute of 71, preserve attribute | ||
52358 | DEFB 251,14,15,70,64,82 | Draw large mushroom (82) at (14, 15) with attribute of 70, preserve attribute | ||
52364 | DEFB 0 | End marker |
Prev: 52307 | Up: Map | Next: 52365 |