Prev: 40008 Up: Map Next: 40192
40040: Graphic layout data: Architecture (level 3)
Vertical wall
40040 DEFB 244,10 Set current graphic set to 10
40042 DEFB 238,3 Set repeat counter A to 3
40044 DEFB 251,116,156 Process graphic layout data at 40052 and upon returning, move cursor to base coordinates
40047 DEFB 254,8,0 Change cursor's x- and y-coordinates by 0 and 8 characters respectively and store as new base coordinates
40050 DEFB 239 Decrement repeat counter A and loop back to 40044 if not zero
40051 DEFB 255 End marker
Vertical wall section
40052 DEFB 242,4 Set current attribute to 4
40054 DEFB 17,160
40056 DEFB 18,160
40058 DEFB 19,160
40060 DEFB 20,160
40062 DEFB 9,160
40064 DEFB 10,160
40066 DEFB 11,160
40068 DEFB 12,160
40070 DEFB 18,160
40072 DEFB 255 End marker
Door archway
40073 DEFB 244,10 Set current graphic set to 10
40075 DEFB 250,1,0 Change cursor's x- and y-coordinates by 0 and 1 characters respectively
40078 DEFB 251,116,156 Process graphic layout data at 40052 and upon returning, move cursor to base coordinates
40081 DEFB 250,1,9 Change cursor's x- and y-coordinates by 9 and 1 characters respectively
40084 DEFB 251,116,156 Process graphic layout data at 40052 and upon returning, move cursor to base coordinates
40087 DEFB 242,4 Set current attribute to 4
40089 DEFB 25,33
40091 DEFB 28,33
40093 DEFB 27,33
40095 DEFB 29,33
40097 DEFB 28,33
40099 DEFB 29,33
40101 DEFB 27,33
40103 DEFB 28,33
40105 DEFB 27,33
40107 DEFB 26,33
40109 DEFB 255 End marker
Platform
40110 DEFB 244,10 Set current graphic set to 10
40112 DEFB 242,4 Set current attribute to 4
40114 DEFB 250,1,0 Change cursor's x- and y-coordinates by 0 and 1 characters respectively
40117 DEFB 31,33
40119 DEFB 29,33
40121 DEFB 28,33
40123 DEFB 27,33
40125 DEFB 30,28
40127 DEFB 31,33
40129 DEFB 29,33
40131 DEFB 28,33
40133 DEFB 27,33
40135 DEFB 30,33
40137 DEFB 255 End marker
Red coloured creature's slot (see trivia)
40138 DEFB 242,2 Set current attribute to 2
40140 DEFB 248,214,156 Jump to 40150
Yellow coloured creature's slot (see trivia)
40143 DEFB 242,6 Set current attribute to 6
40145 DEFB 248,214,156 Jump to 40150
White coloured creature's slot (see trivia)
40148 DEFB 242,7 Set current attribute to 7
40150 DEFB 244,10 Set current graphic set to 10
40152 DEFB 250,251,0 Change cursor's x- and y-coordinates by 0 and -5 characters respectively
40155 DEFB 25,33
40157 DEFB 27,33
40159 DEFB 28,33
40161 DEFB 29,33
40163 DEFB 26,28
40165 DEFB 9,36
40167 DEFB 10,28
40169 DEFB 10,36
40171 DEFB 9,28
40173 DEFB 11,36
40175 DEFB 11,28
40177 DEFB 9,36
40179 DEFB 10,28
40181 DEFB 31,33
40183 DEFB 28,33
40185 DEFB 27,33
40187 DEFB 29,33
40189 DEFB 30,33
40191 DEFB 255 End marker
Prev: 40008 Up: Map Next: 40192