#if defined(USE_TEX_ADDR) extern unsigned short bg_cursor_lut[]; extern unsigned char bg_cursor_tex[]; void *bg_cursor_tex_addr[] = { #if defined(NON_PALETTE) 0, #else bg_cursor_lut, #endif #if defined(NON_TEXTURE) 0, #else bg_cursor_tex, #endif }; #endif #if defined(USE_TEX_SIZE) unsigned short bg_cursor_tex_size[] = { 16, 24, 4, 1, }; #endif #if !defined(NON_PALETTE) unsigned short bg_cursor_lut[] = { 0x0000,0xce41,0x6b41,0xce01,0xd681,0xad41,0x9481,0xa501,0xde81,0x3141,0xbdc1,0xf781,0x4a41,0x83c1,0xe701,0x5ac1, }; #endif #if !defined(NON_TEXTURE) unsigned char bg_cursor_tex[] = { 0x00,0x00,0x00,0x00,0x00,0x52,0x00,0x00, 0x00,0x00,0x00,0x00,0x08,0xb2,0x00,0x00, 0x00,0x00,0x00,0x00,0x5e,0x12,0x00,0x00, 0x00,0x00,0x00,0x05,0xb3,0x42,0x00,0x00, 0x00,0x00,0x00,0x5e,0x33,0x12,0x00,0x00, 0x00,0x00,0x0d,0xb3,0x33,0x12,0x00,0x00, 0x00,0x00,0x28,0x13,0x5a,0x42,0x00,0x00, 0x00,0x0d,0xb4,0x3d,0x71,0x12,0x00,0x00, 0x00,0x2e,0x13,0x57,0x81,0x12,0x00,0x00, 0x0c,0xb4,0x36,0x71,0x41,0x12,0x00,0x00, 0xf5,0x81,0x57,0x11,0x41,0x12,0x00,0x00, 0x7e,0x36,0x61,0x33,0x41,0x12,0x00,0x00, 0xd8,0x16,0x61,0x33,0x41,0x12,0x00,0x00, 0xf2,0x81,0x57,0x33,0x41,0x12,0x00,0x00, 0x0c,0x74,0x17,0x63,0x41,0x12,0x00,0x00, 0x00,0xc6,0x81,0x56,0x43,0x12,0x00,0x00, 0x00,0x09,0x54,0x17,0x51,0x12,0x00,0x00, 0x00,0x00,0xc6,0x83,0xa3,0x12,0x00,0x00, 0x00,0x00,0x09,0xa4,0x33,0x12,0x00,0x00, 0x00,0x00,0x00,0x9a,0x13,0x12,0x00,0x00, 0x00,0x00,0x00,0x09,0x54,0x12,0x00,0x00, 0x00,0x00,0x00,0x00,0x9a,0x82,0x00,0x00, 0x00,0x00,0x00,0x00,0x09,0x32,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x92,0x00,0x00, }; #endif