#if defined(USE_TEX_ADDR) extern unsigned short constituent_cursor2_lut[]; extern unsigned char constituent_cursor2_tex[]; void *constituent_cursor2_tex_addr[] = { #if defined(NON_PALETTE) 0, #else constituent_cursor2_lut, #endif #if defined(NON_TEXTURE) 0, #else constituent_cursor2_tex, #endif }; #endif #if defined(USE_TEX_SIZE) unsigned short constituent_cursor2_tex_size[] = { 16, 16, 4, 1, }; #endif #if !defined(NON_PALETTE) unsigned short constituent_cursor2_lut[] = { 0x0000,0x1085,0x2109,0x318d,0x4211,0x5295,0x6319,0x739d,0x8c63,0x9ce7,0xad6b,0xbdef,0xce73,0xdef7,0xef7b,0xffff, }; #endif #if !defined(NON_TEXTURE) unsigned char constituent_cursor2_tex[] = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x02,0x22,0x22,0x22,0x22,0x22, 0x00,0x02,0x22,0x44,0x44,0x44,0x44,0x44, 0x00,0x22,0x44,0x46,0x66,0x66,0x66,0x66, 0x00,0x24,0x46,0x66,0x88,0x88,0x88,0x88, 0x02,0x24,0x66,0x88,0x8a,0xaa,0xaa,0xaa, 0x02,0x44,0x68,0x8a,0xaa,0xcc,0xcc,0xcc, 0x02,0x46,0x68,0xaa,0xcc,0xce,0xee,0xee, 0x02,0x46,0x88,0xac,0xce,0xee,0xff,0xff, 0x02,0x46,0x8a,0xac,0xee,0xff,0xff,0xff, 0x02,0x46,0x8a,0xcc,0xef,0xff,0xff,0xff, 0x02,0x46,0x8a,0xce,0xef,0xff,0xff,0xff, 0x02,0x46,0x8a,0xce,0xff,0xff,0xff,0xff, 0x02,0x46,0x8a,0xce,0xff,0xff,0xff,0xff, 0x02,0x46,0x8a,0xce,0xff,0xff,0xff,0xff, 0x02,0x46,0x8a,0xce,0xff,0xff,0xff,0xff, }; #endif