Prev: 60070 Up: Map Next: 60106
60078: Room layout data: Castle Second Floor, 6 / Castle Third Floor, 6
60078
60078 DEFB 140 Draw layout data fragment 12 (ceiling, floor and jump chute)
60079 DEFB 126,0,5 Start vertical block drawing at (0, 5)
60082 DEFB 133,1 Draw 5 blocks of style 1
60084 DEFB 255 End marker (block drawing)
60085 DEFB 126,2,5 Start vertical block drawing at (2, 5)
60088 DEFB 133,1 Draw 5 blocks of style 1
60090 DEFB 255 End marker (block drawing)
60091 DEFB 144 Draw layout data fragment 16 (left section of corridor)
60092 DEFB 128 Draw layout data fragment 0 (two torches)
60093 DEFB 134 Draw layout data fragment 6 (right wall)
60094 DEFB 0,53,7 Draw floor with floor character set UDG 53 and attribute 7 (white INK, black PAPER)
60097 DEFB 17,23 Paint glowing blocks at (17, 23), (18, 23), (19, 23) and (20, 23)
60099 DEFB 18,23
60101 DEFB 19,23
60103 DEFB 20,23
60105 DEFB 255 End marker (layout data)
Prev: 60070 Up: Map Next: 60106