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.
UDG30115 Left edge
UDG30116 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