Prev: 30097 Up: Map Next: 30132
30115: Lines bubble edge graphics
Used by the routine at 30132. The graphic bytes are arranged in eight pairs. The first byte (after 1 is added to the value) of each pair corresponds to the left edge of the lines bubble, and the second byte corresponds to the right edge.
lines_bubble_left_edge Left edge
lines_bubble_right_edge Right edge
30115 DEFB 127,1
30117 DEFB 191,3
30119 DEFB 223,7
30121 DEFB 239,15
30123 DEFB 239,15
30125 DEFB 223,7
30127 DEFB 191,3
30129 DEFB 127,1
30131 DEFB 255 End marker
Prev: 30097 Up: Map Next: 30132