Data |
Prev: 40515 | Up: Map | Next: 40771 |
|
||||
Used as decoration on the back walls in some of Avalon's rooms and caverns. See the routine at 49765 for the instructions and algorithm determining which bit of brickwork to use.
Also see Trivia - Setting the scene(ry) for information about how this brickwork is stored in the room's data.
BRICKWORK GRAPHIC 1
|
||||
40680 | DEFB %00000100 | Graphic properties (4 versions of this graphic) | ||
40681 | DEFB 2 | Graphic consists of 2 tiles | ||
40682 | DEFB 248 | Horizontal (X axis) pixel offset (-8 pixels) | ||
40683 | DEFB 251 | Vertical (Y axis) pixel offset (-5 pixels) | ||
40684 | DEFB 11 | Graphic consists of 11 bytes | ||
40685 | DEFB 255,4,4,4,4,255,32,32 | |||
40693 | DEFB 32,32,127 | |||
40696 | DEFB 0 | Horizontal (X axis) pixel offset (0 pixels) | ||
40697 | DEFB 0 | Vertical (Y axis) pixel offset (0 pixels) | ||
40698 | DEFB 6 | Graphic consists of 6 bytes | ||
40699 | DEFB 255,65,65,65,65,255 | |||
BRICKWORK GRAPHIC 2
|
||||
40705 | DEFB 2 | Graphic consists of 2 tiles | ||
40706 | DEFB 250 | Horizontal (X axis) pixel offset (-6 pixels) | ||
40707 | DEFB 251 | Vertical (Y axis) pixel offset (-5 pixels) | ||
40708 | DEFB 6 | Graphic consists of 6 bytes | ||
40709 | DEFB 255,129,129,129,129,255 | |||
40715 | DEFB 254 | Horizontal (X axis) pixel offset (-2 pixels) | ||
40716 | DEFB 0 | Vertical (Y axis) pixel offset (0 pixels) | ||
40717 | DEFB 5 | Graphic consists of 5 bytes | ||
40718 | DEFB 255,129,129,129,255 | |||
BRICKWORK GRAPHIC 3
|
||||
40723 | DEFB 2 | Graphic consists of 2 tiles | ||
40724 | DEFB 248 | Horizontal (X axis) pixel offset (-8 pixels) | ||
40725 | DEFB 251 | Vertical (Y axis) pixel offset (-5 pixels) | ||
40726 | DEFB 11 | Graphic consists of 11 bytes | ||
40727 | DEFB 255,128,128,128,128,255,8,8 | |||
40735 | DEFB 8,8,15 | |||
40738 | DEFB 0 | Horizontal (X axis) pixel offset (0 pixels) | ||
40739 | DEFB 251 | Vertical (Y axis) pixel offset (-5 pixels) | ||
40740 | DEFB 11 | Graphic consists of 11 bytes | ||
40741 | DEFB 254,130,130,130,130,254,16,16 | |||
40749 | DEFB 16,16,240 | |||
BRICKWORK GRAPHIC 4
|
||||
40752 | DEFB 2 | Graphic consists of 2 tiles | ||
40753 | DEFB 251 | Horizontal (X axis) pixel offset (-5 pixels) | ||
40754 | DEFB 2 | Vertical (Y axis) pixel offset (+2 pixels) | ||
40755 | DEFB 6 | Graphic consists of 6 bytes | ||
40756 | DEFB 255,129,129,129,129,255 | |||
40762 | DEFB 0 | Horizontal (X axis) pixel offset (0 pixels) | ||
40763 | DEFB 249 | Vertical (Y axis) pixel offset (-7 pixels) | ||
40764 | DEFB 6 | Graphic consists of 6 bytes | ||
40765 | DEFB 255,129,129,129,129,255 |
Prev: 40515 | Up: Map | Next: 40771 |