Prev: 50560 Up: Map Next: 50663
50579: Graphic layout data: Architecture (level 1), part 3
Vertical wall (horizontal bricks)
50579 DEFB 244,3 Set current graphic set to 3
50581 DEFB 238,5 Set repeat counter A to 5
50583 DEFB 21,4,33
50586 DEFB 24,4,31
50589 DEFB 22,4,33
50592 DEFB 23,4,31
50595 DEFB 23,132,33
50598 DEFB 21,132,31
50601 DEFB 24,132,33
50604 DEFB 22,132,31
50607 DEFB 239 Decrement repeat counter A and loop back to 50583 if not zero
50608 DEFB 255 End marker
Row of five horizontal bricks
50609 DEFB 244,3 Set current graphic set to 3
50611 DEFB 21,4,33
50614 DEFB 24,4,33
50617 DEFB 22,4,33
50620 DEFB 23,4,33
50623 DEFB 23,132,33
50626 DEFB 21,132,33
50629 DEFB 24,132,33
50632 DEFB 22,132,33
50635 DEFB 21,4,33
50638 DEFB 24,4,33
50641 DEFB 255 End marker
Platform (pit)
50642 DEFB 244,3 Set current graphic set to 3
50644 DEFB 250,1,0 Change cursor's x- and y-coordinates by 0 and 1 characters respectively
50647 DEFB 238,2 Set repeat counter A to 2
50649 DEFB 21,4,33
50652 DEFB 24,4,33
50655 DEFB 22,4,33
50658 DEFB 23,4,29
50661 DEFB 239 Decrement repeat counter A and loop back to 50649 if not zero
50662 DEFB 255 End marker
Prev: 50560 Up: Map Next: 50663