Data |
Prev: 52904 | Up: Map | Next: 52981 |
|
||||
52927 | DEFB 232 | Set brickwork drawing mode 2 (draw one row and blank row beneath) | ||
52928 | DEFB 16,19,7 | Using attribute 7 (white INK, black PAPER), draw 16 2-by-2 blocks of style 19 (ceiling) | ||
52931 | DEFB 128,0 | Draw 128 2-by-2 blocks of nothing | ||
52933 | DEFB 231 | Set brickwork drawing mode 1 (draw one row only) | ||
52934 | DEFB 16,19,7 | Using attribute 7 (white INK, black PAPER), draw 16 2-by-2 blocks of style 19 (floor) | ||
52937 | DEFB 230 | Set brickwork direction mode to vertical and reset pointers to beginning of display | ||
52938 | DEFB 251,2,8,70,64,4 | Draw shield (4) at (2, 8) with attribute of 70, preserve attribute | ||
52944 | DEFB 251,6,8,69,64,4 | Draw shield (4) at (6, 8) with attribute of 69, preserve attribute | ||
52950 | DEFB 251,10,8,71,64,4 | Draw shield (4) at (10, 8) with attribute of 71, preserve attribute | ||
52956 | DEFB 251,13,6,69,64,92 | Draw stag head (92) at (13, 6) with attribute of 69, preserve attribute | ||
52962 | DEFB 251,20,8,69,64,4 | Draw shield (4) at (20, 8) with attribute of 69, preserve attribute | ||
52968 | DEFB 251,24,8,70,64,4 | Draw shield (4) at (24, 8) with attribute of 70, preserve attribute | ||
52974 | DEFB 251,28,8,68,64,4 | Draw shield (4) at (28, 8) with attribute of 68, preserve attribute | ||
52980 | DEFB 0 | End marker |
Prev: 52904 | Up: Map | Next: 52981 |