Skool Daze Data
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,001
30117 DEFB 191,003
30119 DEFB 223,007
30121 DEFB 239,015
30123 DEFB 239,015
30125 DEFB 223,007
30127 DEFB 191,003
30129 DEFB 127,001
30131 DEFB 255 End marker
Prev: 30097 Up: Map Next: 30132