cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

cursor.c (995B)


      1/*
      2
      3 CURSOR.C
      4
      5 Tile Source File.
      6
      7 Info:
      8  Form      : All tiles as one unit.
      9  Format    : Gameboy 4 color.
     10  Counter   : None.
     11  Tile size : 16 x 16
     12  Tiles     : 0 to 1
     13
     14 This file was generated by GBTD v0.5
     15
     16*/
     17
     18/* Start of tile array. */
     19const unsigned char cursor_data[] =
     20{
     21  0x06,0x06,0x09,0x09,0x09,0x09,0x09,0x0F,
     22  0x09,0x0F,0x69,0x6F,0x19,0x3F,0x59,0x7F,
     23  0x49,0x7F,0x49,0x7F,0x40,0x7F,0x40,0x7F,
     24  0x20,0x3F,0x10,0x1F,0x08,0x0F,0x0F,0x0F,
     25  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
     26  0x00,0x00,0x00,0x00,0xA8,0xA8,0x54,0xFC,
     27  0x54,0xFC,0x54,0xFC,0x04,0xFC,0x04,0xFC,
     28  0x08,0xF8,0x10,0xF0,0x20,0xE0,0xE0,0xE0,
     29  0x00,0x00,0x06,0x06,0x09,0x09,0x09,0x0F,
     30  0x09,0x0F,0x69,0x6F,0x19,0x3F,0x59,0x7F,
     31  0x49,0x7F,0x49,0x7F,0x40,0x7F,0x40,0x7F,
     32  0x20,0x3F,0x10,0x1F,0x08,0x0F,0x0F,0x0F,
     33  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
     34  0x00,0x00,0x00,0x00,0xA8,0xA8,0x54,0xFC,
     35  0x54,0xFC,0x54,0xFC,0x04,0xFC,0x04,0xFC,
     36  0x08,0xF8,0x10,0xF0,0x20,0xE0,0xE0,0xE0
     37};
     38
     39/* End of CURSOR.C */