Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
14 lines
778 B
C
14 lines
778 B
C
// ██▀▀█▀▀██▀▀▀▀▀▀▀█▀▀█ ▄▄ ▄
|
|
// ██ ▀ █▄ ▀██▄ ▀ ▄█ ██▄ ▄ ██▀▄
|
|
// █ █ █ ▀▀ ▄█ █ █ ██▄▀ ██ ██ █
|
|
// ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
|
// MSXbin 1.4.5 by Guillaume "Aoineko" Blanchard (2022) under CC BY-SA free license
|
|
// Soure file: ndp\SE.NDS
|
|
// Skip areas: from=0 size=7
|
|
const unsigned char g_NDS_SE[] = {
|
|
0x02, 0x05, 0x00, 0x15, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0xA1, 0x00, // 0
|
|
0x2B, 0x31, 0x25, 0x05, 0xFF, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x31, 0x02, // 16
|
|
0x35, 0x02, 0x38, 0x02, 0x3C, 0x02, 0x3F, 0x02, 0x42, 0x02, 0xFF, // 32
|
|
};
|
|
// Total bytes: 43
|