Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
122 lines
2.7 KiB
C
122 lines
2.7 KiB
C
// ██▀▀█▀▀██▀▀▀▀▀▀▀█▀▀█ ▄
|
|
// ██ ▀ █▄ ▀██▄ ▀ ▄█ ▄ ▄█▄█ ▄▀██
|
|
// █ █ █ ▀▀ ▄█ █ █ ██ ██ █ ▀██
|
|
// ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀▀
|
|
// Data generated using MSXimg 1.22.1
|
|
// by Guillaume "Aoineko" Blanchard (2022) under CC BY-SA free license
|
|
// ─────────────────────────────────────────────────────────────────────────────
|
|
// Source image author: GrafxKid (https://opengameart.org/content/super-random-sprites)
|
|
// License: CC-BY
|
|
// ─────────────────────────────────────────────────────────────────────────────
|
|
// Generation parameters:
|
|
// - Input file: img\data.png
|
|
// - Mode: Bitmap
|
|
// - Start position: 16, 0
|
|
// - Sprite size: 16, 16 (gap: 0, 0)
|
|
// - Sprite count: 1, 1
|
|
// - Color count: 16 (Transparent: #FF00FF)
|
|
// - Palette mode: MSX1 [1:15]
|
|
// - Compressor: RLE8 (8-bits Run-length encoding)
|
|
// - Skip empty: FALSE
|
|
|
|
// Data table
|
|
const unsigned char g_DataBmp4b_rle8[] =
|
|
{
|
|
// Sprite[0] (offset:0)
|
|
0x13, 0x00,
|
|
0x01, 0x01,
|
|
0x01, 0x00,
|
|
0x06, 0x01,
|
|
0x07, 0x00,
|
|
0x0B, 0x01,
|
|
0x06, 0x00,
|
|
0x0A, 0x01,
|
|
0x05, 0x00,
|
|
0x03, 0x01,
|
|
0x01, 0x05,
|
|
0x02, 0x0F,
|
|
0x01, 0x0E,
|
|
0x01, 0x01,
|
|
0x01, 0x0E,
|
|
0x01, 0x0F,
|
|
0x01, 0x05,
|
|
0x01, 0x01,
|
|
0x04, 0x00,
|
|
0x03, 0x01,
|
|
0x02, 0x0F,
|
|
0x01, 0x01,
|
|
0x03, 0x0F,
|
|
0x01, 0x01,
|
|
0x01, 0x0F,
|
|
0x01, 0x01,
|
|
0x04, 0x00,
|
|
0x03, 0x01,
|
|
0x02, 0x0F,
|
|
0x01, 0x01,
|
|
0x03, 0x0F,
|
|
0x01, 0x01,
|
|
0x01, 0x0F,
|
|
0x01, 0x01,
|
|
0x04, 0x00,
|
|
0x03, 0x01,
|
|
0x03, 0x0F,
|
|
0x03, 0x09,
|
|
0x02, 0x0F,
|
|
0x01, 0x01,
|
|
0x04, 0x00,
|
|
0x03, 0x01,
|
|
0x01, 0x05,
|
|
0x02, 0x0F,
|
|
0x02, 0x06,
|
|
0x02, 0x0F,
|
|
0x01, 0x05,
|
|
0x01, 0x01,
|
|
0x05, 0x00,
|
|
0x04, 0x01,
|
|
0x01, 0x0E,
|
|
0x03, 0x0F,
|
|
0x01, 0x0E,
|
|
0x01, 0x01,
|
|
0x05, 0x00,
|
|
0x04, 0x01,
|
|
0x01, 0x0E,
|
|
0x05, 0x0F,
|
|
0x01, 0x0E,
|
|
0x01, 0x01,
|
|
0x03, 0x00,
|
|
0x03, 0x01,
|
|
0x01, 0x05,
|
|
0x01, 0x01,
|
|
0x07, 0x0F,
|
|
0x02, 0x01,
|
|
0x02, 0x00,
|
|
0x03, 0x01,
|
|
0x01, 0x05,
|
|
0x01, 0x01,
|
|
0x01, 0x0E,
|
|
0x05, 0x0F,
|
|
0x01, 0x0E,
|
|
0x02, 0x01,
|
|
0x02, 0x00,
|
|
0x01, 0x01,
|
|
0x02, 0x05,
|
|
0x02, 0x01,
|
|
0x01, 0x05,
|
|
0x01, 0x0E,
|
|
0x03, 0x0F,
|
|
0x01, 0x0E,
|
|
0x01, 0x05,
|
|
0x02, 0x01,
|
|
0x03, 0x00,
|
|
0x0C, 0x01,
|
|
0x05, 0x00,
|
|
0x01, 0x01,
|
|
0x01, 0x06,
|
|
0x04, 0x09,
|
|
0x01, 0x01,
|
|
0x03, 0x06,
|
|
0x01, 0x01,
|
|
0x02, 0x00,
|
|
};
|
|
// Total size : 188 bytes
|