From 3eee7b9240ea12a3bf1ff34d343b9d2f561f0263 Mon Sep 17 00:00:00 2001 From: Madeline Busig Date: Thu, 22 Feb 2024 18:16:58 -0700 Subject: [PATCH] Change test image to store data as uint16 --- graphics/bin/boxed_dot.h | 4 +- graphics/bin/boxed_dot.s | 202 ++++++++++++++++++++++++++------------- graphics/boxed_dot.grit | 3 + 3 files changed, 142 insertions(+), 67 deletions(-) diff --git a/graphics/bin/boxed_dot.h b/graphics/bin/boxed_dot.h index 2e6245b..fdfdc33 100644 --- a/graphics/bin/boxed_dot.h +++ b/graphics/bin/boxed_dot.h @@ -7,7 +7,7 @@ // + bitmap not compressed // Total size: 2048 = 2048 // -// Time-stamp: 2024-02-22, 17:40:21 +// Time-stamp: 2024-02-22, 18:10:53 // Exported by Cearn's GBA Image Transmogrifier, v0.9.2 // ( http://www.coranac.com/projects/#grit ) // @@ -17,7 +17,7 @@ #define GRIT_BOXED_DOT_H #define boxed_dotBitmapLen 2048 -extern const unsigned int boxed_dotBitmap[512]; +extern const unsigned short boxed_dotBitmap[1024]; #endif // GRIT_BOXED_DOT_H diff --git a/graphics/bin/boxed_dot.s b/graphics/bin/boxed_dot.s index 43fc390..cb0cf0a 100644 --- a/graphics/bin/boxed_dot.s +++ b/graphics/bin/boxed_dot.s @@ -7,7 +7,7 @@ @ + bitmap not compressed @ Total size: 2048 = 2048 @ -@ Time-stamp: 2024-02-22, 17:40:21 +@ Time-stamp: 2024-02-22, 18:10:53 @ Exported by Cearn's GBA Image Transmogrifier, v0.9.2 @ ( http://www.coranac.com/projects/#grit ) @ @@ -18,76 +18,148 @@ .global boxed_dotBitmap @ 2048 unsigned chars .hidden boxed_dotBitmap boxed_dotBitmap: - .word 0x001F001F,0x001F001F,0x001F001F,0x001F001F,0x001F001F,0x001F001F,0x001F001F,0x001F001F - .word 0x001F001F,0x001F001F,0x001F001F,0x001F001F,0x001F001F,0x001F001F,0x001F001F,0x001F001F - .word 0x7C00001F,0x74027801,0x6C047003,0x64066805,0x60076406,0x5C085C08,0x58095809,0x58095809 - .word 0x58095809,0x5C085809,0x60075C08,0x64066406,0x6C046805,0x74027003,0x7C007801,0x001F7C00 - .word 0x7801001F,0x70037402,0x68056C04,0x60076406,0x58095C08,0x540A5809,0x500B540A,0x500B500B - .word 0x500B500B,0x540A540A,0x58095809,0x60075C08,0x68056406,0x70036C04,0x78017402,0x001F7C00 - .word 0x7402001F,0x6C057003,0x64076406,0x5C085C08,0x540A5809,0x500B500B,0x4C0C4C0C,0x4C0C4C0C - .word 0x4C0C4C0C,0x500B4C0C,0x540A500B,0x5C085809,0x64065C08,0x68056805,0x74027003,0x001F7801 + .hword 0x001F,0x001F,0x001F,0x001F,0x001F,0x001F,0x001F,0x001F + .hword 0x001F,0x001F,0x001F,0x001F,0x001F,0x001F,0x001F,0x001F + .hword 0x001F,0x001F,0x001F,0x001F,0x001F,0x001F,0x001F,0x001F + .hword 0x001F,0x001F,0x001F,0x001F,0x001F,0x001F,0x001F,0x001F + .hword 0x001F,0x7C00,0x7801,0x7402,0x7003,0x6C04,0x6805,0x6406 + .hword 0x6406,0x6007,0x5C08,0x5C08,0x5809,0x5809,0x5809,0x5809 + .hword 0x5809,0x5809,0x5809,0x5C08,0x5C08,0x6007,0x6406,0x6406 + .hword 0x6805,0x6C04,0x7003,0x7402,0x7801,0x7C00,0x7C00,0x001F - .word 0x7003001F,0x64066C04,0x5C086007,0x540A5809,0x500B500B,0x480D4C0C,0x440E480D,0x440E440E - .word 0x440E440E,0x480D480D,0x500B4C0C,0x540A500B,0x5C085809,0x68056407,0x70036C04,0x001F7402 - .word 0x6C04001F,0x60066805,0x58095C08,0x500B540A,0x480D4C0C,0x440E440E,0x400F400F,0x3C10400F - .word 0x400F400F,0x440E400F,0x480D440E,0x500B4C0C,0x5809540A,0x60065C08,0x6C046805,0x001F7003 - .word 0x6805001F,0x5C086406,0x540A5809,0x4C0C500B,0x440E480D,0x3C10400F,0x38113C10,0x38113811 - .word 0x38113811,0x3C103C10,0x440E400F,0x4C0C480D,0x540A500B,0x5C085809,0x68056406,0x001F7003 - .word 0x6406001F,0x5C086007,0x500B540A,0x480D4C0C,0x3C10400F,0x38113C10,0x34123412,0x30133013 - .word 0x34123013,0x38113412,0x3C103C10,0x480D400F,0x500B4C0C,0x5C08540A,0x64066007,0x001F6C04 + .hword 0x001F,0x7801,0x7402,0x7003,0x6C04,0x6805,0x6406,0x6007 + .hword 0x5C08,0x5809,0x5809,0x540A,0x540A,0x500B,0x500B,0x500B + .hword 0x500B,0x500B,0x540A,0x540A,0x5809,0x5809,0x5C08,0x6007 + .hword 0x6406,0x6805,0x6C04,0x7003,0x7402,0x7801,0x7C00,0x001F + .hword 0x001F,0x7402,0x7003,0x6C05,0x6406,0x6407,0x5C08,0x5C08 + .hword 0x5809,0x540A,0x500B,0x500B,0x4C0C,0x4C0C,0x4C0C,0x4C0C + .hword 0x4C0C,0x4C0C,0x4C0C,0x500B,0x500B,0x540A,0x5809,0x5C08 + .hword 0x5C08,0x6406,0x6805,0x6805,0x7003,0x7402,0x7801,0x001F - .word 0x6406001F,0x58095C08,0x4C0C500B,0x400E480D,0x38113C10,0x30133412,0x2C142C14,0x2C142C14 - .word 0x2C142C14,0x30133013,0x38113412,0x440F3C10,0x4C0C480D,0x5809500B,0x64065C08,0x001F6805 - .word 0x6007001F,0x540A5809,0x480D500C,0x3C10440E,0x34123811,0x2C143013,0x28152815,0x24162416 - .word 0x28152416,0x2C142815,0x34123013,0x400F3811,0x480D440E,0x540A500B,0x60075809,0x001F6406 - .word 0x5C08001F,0x500B5809,0x440E4C0C,0x3C10400F,0x30133412,0x24152C14,0x20172416,0x20172017 - .word 0x20172017,0x28152416,0x30132C14,0x3C103412,0x440E400F,0x500B4C0C,0x5C085809,0x001F6406 - .word 0x5C08001F,0x500B540A,0x440E480D,0x38113C10,0x2C143013,0x20172815,0x1C192017,0x18191819 - .word 0x1C181819,0x20172017,0x2C142815,0x38113013,0x440E3C10,0x500B480D,0x5C08540A,0x001F6007 + .hword 0x001F,0x7003,0x6C04,0x6406,0x6007,0x5C08,0x5809,0x540A + .hword 0x500B,0x500B,0x4C0C,0x480D,0x480D,0x440E,0x440E,0x440E + .hword 0x440E,0x440E,0x480D,0x480D,0x4C0C,0x500B,0x500B,0x540A + .hword 0x5809,0x5C08,0x6407,0x6805,0x6C04,0x7003,0x7402,0x001F + .hword 0x001F,0x6C04,0x6805,0x6006,0x5C08,0x5809,0x540A,0x500B + .hword 0x4C0C,0x480D,0x440E,0x440E,0x400F,0x400F,0x400F,0x3C10 + .hword 0x400F,0x400F,0x400F,0x440E,0x440E,0x480D,0x4C0C,0x500B + .hword 0x540A,0x5809,0x5C08,0x6006,0x6805,0x6C04,0x7003,0x001F - .word 0x5809001F,0x4C0C540A,0x400F480D,0x34123810,0x28152C14,0x20172416,0x141A1819,0x101B141A - .word 0x141A141A,0x20171819,0x28152416,0x34123013,0x400F3810,0x4C0C480D,0x5809540A,0x001F6007 - .word 0x5809001F,0x4C0C500B,0x400F440E,0x34123811,0x28152C14,0x18192017,0x101B141A,0x0C1C0C1C - .word 0x101B0C1C,0x1C18141A,0x28152017,0x34122C14,0x400F3811,0x4C0C440E,0x5809540A,0x001F6007 - .word 0x5809001F,0x4C0C500B,0x400F440E,0x30133811,0x24162C14,0x18192017,0x0C1C141A,0x041E081D - .word 0x0C1C081D,0x1819141A,0x24162017,0x34122C14,0x400F3811,0x4C0C440E,0x5809500B,0x001F5C08 - .word 0x5809001F,0x4C0C500B,0x3C10440E,0x30133811,0x24162C14,0x18192017,0x0C1C101B,0x001F041E - .word 0x0C1C041E,0x1819141A,0x24162017,0x30132C14,0x400F3811,0x4C0C440E,0x5809500B,0x001F5C08 + .hword 0x001F,0x6805,0x6406,0x5C08,0x5809,0x540A,0x500B,0x4C0C + .hword 0x480D,0x440E,0x400F,0x3C10,0x3C10,0x3811,0x3811,0x3811 + .hword 0x3811,0x3811,0x3C10,0x3C10,0x400F,0x440E,0x480D,0x4C0C + .hword 0x500B,0x540A,0x5809,0x5C08,0x6406,0x6805,0x7003,0x001F + .hword 0x001F,0x6406,0x6007,0x5C08,0x540A,0x500B,0x4C0C,0x480D + .hword 0x400F,0x3C10,0x3C10,0x3811,0x3412,0x3412,0x3013,0x3013 + .hword 0x3013,0x3412,0x3412,0x3811,0x3C10,0x3C10,0x400F,0x480D + .hword 0x4C0C,0x500B,0x540A,0x5C08,0x6007,0x6406,0x6C04,0x001F - .word 0x5809001F,0x4C0C500B,0x400F440E,0x30133811,0x24162C14,0x18192017,0x0C1C141A,0x041E081D - .word 0x0C1C081D,0x1819141A,0x24162017,0x34122C14,0x400F3811,0x4C0C440E,0x5809500B,0x001F5C08 - .word 0x5809001F,0x4C0C500B,0x400F440E,0x34123811,0x28152C14,0x1C182017,0x101B141A,0x0C1C0C1C - .word 0x101B0C1C,0x1C18141A,0x28162017,0x34122C14,0x400F3811,0x4C0C440E,0x5809540A,0x001F6007 - .word 0x5809001F,0x4C0C540A,0x400F480D,0x34123810,0x28153013,0x20172416,0x141A1818,0x141A141A - .word 0x141A141A,0x20171C19,0x28152416,0x34123013,0x400F3C10,0x4C0C480D,0x5C08540A,0x001F6007 - .word 0x5C08001F,0x4C0B540A,0x440E480D,0x38113C10,0x2C143013,0x20172815,0x1C182017,0x18191819 - .word 0x1C181819,0x24162017,0x2C142815,0x38113412,0x440E3C10,0x500B480D,0x5C08540A,0x001F6406 + .hword 0x001F,0x6406,0x5C08,0x5809,0x500B,0x4C0C,0x480D,0x400E + .hword 0x3C10,0x3811,0x3412,0x3013,0x2C14,0x2C14,0x2C14,0x2C14 + .hword 0x2C14,0x2C14,0x3013,0x3013,0x3412,0x3811,0x3C10,0x440F + .hword 0x480D,0x4C0C,0x500B,0x5809,0x5C08,0x6406,0x6805,0x001F + .hword 0x001F,0x6007,0x5809,0x540A,0x500C,0x480D,0x440E,0x3C10 + .hword 0x3811,0x3412,0x3013,0x2C14,0x2815,0x2815,0x2416,0x2416 + .hword 0x2416,0x2815,0x2815,0x2C14,0x3013,0x3412,0x3811,0x400F + .hword 0x440E,0x480D,0x500B,0x540A,0x5809,0x6007,0x6406,0x001F - .word 0x5C08001F,0x500B5809,0x440E4C0C,0x3C10400F,0x30133412,0x28152C14,0x20172416,0x20172017 - .word 0x20172017,0x28152416,0x30132C14,0x3C103412,0x480D400F,0x500B4C0C,0x5C085809,0x001F6406 - .word 0x6007001F,0x540A5809,0x480D500B,0x3C10440E,0x34123811,0x2C143013,0x28152815,0x24162416 - .word 0x28152416,0x2C142815,0x34123013,0x400F3811,0x480D440E,0x540A500B,0x60075C08,0x001F6406 - .word 0x6407001F,0x58095C08,0x4C0C500B,0x400E480D,0x38113C10,0x30133412,0x2C143013,0x2C142C14 - .word 0x2C142C14,0x34123013,0x38113412,0x440F3C10,0x4C0C480D,0x5809500B,0x64065C08,0x001F6805 - .word 0x6406001F,0x5C086007,0x500B540A,0x480D4C0C,0x400F400F,0x38113810,0x34123412,0x30133412 - .word 0x34123412,0x38113412,0x400F3C10,0x480D400F,0x500B4C0C,0x5C08540A,0x64066007,0x001F6C04 + .hword 0x001F,0x5C08,0x5809,0x500B,0x4C0C,0x440E,0x400F,0x3C10 + .hword 0x3412,0x3013,0x2C14,0x2415,0x2416,0x2017,0x2017,0x2017 + .hword 0x2017,0x2017,0x2416,0x2815,0x2C14,0x3013,0x3412,0x3C10 + .hword 0x400F,0x440E,0x4C0C,0x500B,0x5809,0x5C08,0x6406,0x001F + .hword 0x001F,0x5C08,0x540A,0x500B,0x480D,0x440E,0x3C10,0x3811 + .hword 0x3013,0x2C14,0x2815,0x2017,0x2017,0x1C19,0x1819,0x1819 + .hword 0x1819,0x1C18,0x2017,0x2017,0x2815,0x2C14,0x3013,0x3811 + .hword 0x3C10,0x440E,0x480D,0x500B,0x540A,0x5C08,0x6007,0x001F - .word 0x6805001F,0x5C086406,0x540A5809,0x4C0C500B,0x440E480D,0x3C10400F,0x38113C10,0x38113811 - .word 0x38113811,0x3C103C10,0x440E400F,0x4C0C480D,0x540A500B,0x5C085809,0x68056406,0x001F7003 - .word 0x6C04001F,0x60076805,0x58095C08,0x500B540A,0x480D4C0C,0x440E440E,0x400F400F,0x400F400F - .word 0x400F400F,0x440E400F,0x480D480D,0x500B4C0C,0x5809540A,0x60065C08,0x6C046805,0x001F7003 - .word 0x7003001F,0x68056C04,0x5C086407,0x540A5809,0x500B500B,0x480D4C0C,0x440E480D,0x440E440E - .word 0x440E440E,0x480D480D,0x4C0B4C0C,0x540A500B,0x5C085809,0x68056406,0x70036C04,0x001F7402 - .word 0x7402001F,0x68057003,0x60076805,0x5C085C08,0x540A5809,0x500B500B,0x4C0C4C0C,0x4C0C4C0C - .word 0x4C0C4C0C,0x500B4C0C,0x540A500B,0x5C085809,0x64065C08,0x6C046805,0x74027003,0x001F7801 + .hword 0x001F,0x5809,0x540A,0x4C0C,0x480D,0x400F,0x3810,0x3412 + .hword 0x2C14,0x2815,0x2416,0x2017,0x1819,0x141A,0x141A,0x101B + .hword 0x141A,0x141A,0x1819,0x2017,0x2416,0x2815,0x3013,0x3412 + .hword 0x3810,0x400F,0x480D,0x4C0C,0x540A,0x5809,0x6007,0x001F + .hword 0x001F,0x5809,0x500B,0x4C0C,0x440E,0x400F,0x3811,0x3412 + .hword 0x2C14,0x2815,0x2017,0x1819,0x141A,0x101B,0x0C1C,0x0C1C + .hword 0x0C1C,0x101B,0x141A,0x1C18,0x2017,0x2815,0x2C14,0x3412 + .hword 0x3811,0x400F,0x440E,0x4C0C,0x540A,0x5809,0x6007,0x001F - .word 0x7801001F,0x70037402,0x68056C04,0x60076406,0x58095C08,0x540A5809,0x540A540A,0x500B500B - .word 0x540A500B,0x540A540A,0x5C085809,0x60075C08,0x68056406,0x70036C04,0x78017402,0x001F7C00 - .word 0x7C00001F,0x74027801,0x6C047003,0x64066805,0x60076007,0x5C085C08,0x58095809,0x58095809 - .word 0x58095809,0x5C085C08,0x60075C08,0x64066006,0x6C046805,0x74027003,0x7C007801,0x001F7C00 - .word 0x7C00001F,0x78017C00,0x70037402,0x6C047003,0x64066805,0x60076406,0x60076007,0x5C085C08 - .word 0x60075C08,0x60066007,0x64066406,0x6C046805,0x70037003,0x78017402,0x7C007C00,0x001F7C00 - .word 0x001F001F,0x001F001F,0x001F001F,0x001F001F,0x001F001F,0x001F001F,0x001F001F,0x001F001F - .word 0x001F001F,0x001F001F,0x001F001F,0x001F001F,0x001F001F,0x001F001F,0x001F001F,0x001F001F + .hword 0x001F,0x5809,0x500B,0x4C0C,0x440E,0x400F,0x3811,0x3013 + .hword 0x2C14,0x2416,0x2017,0x1819,0x141A,0x0C1C,0x081D,0x041E + .hword 0x081D,0x0C1C,0x141A,0x1819,0x2017,0x2416,0x2C14,0x3412 + .hword 0x3811,0x400F,0x440E,0x4C0C,0x500B,0x5809,0x5C08,0x001F + .hword 0x001F,0x5809,0x500B,0x4C0C,0x440E,0x3C10,0x3811,0x3013 + .hword 0x2C14,0x2416,0x2017,0x1819,0x101B,0x0C1C,0x041E,0x001F + .hword 0x041E,0x0C1C,0x141A,0x1819,0x2017,0x2416,0x2C14,0x3013 + .hword 0x3811,0x400F,0x440E,0x4C0C,0x500B,0x5809,0x5C08,0x001F + + .hword 0x001F,0x5809,0x500B,0x4C0C,0x440E,0x400F,0x3811,0x3013 + .hword 0x2C14,0x2416,0x2017,0x1819,0x141A,0x0C1C,0x081D,0x041E + .hword 0x081D,0x0C1C,0x141A,0x1819,0x2017,0x2416,0x2C14,0x3412 + .hword 0x3811,0x400F,0x440E,0x4C0C,0x500B,0x5809,0x5C08,0x001F + .hword 0x001F,0x5809,0x500B,0x4C0C,0x440E,0x400F,0x3811,0x3412 + .hword 0x2C14,0x2815,0x2017,0x1C18,0x141A,0x101B,0x0C1C,0x0C1C + .hword 0x0C1C,0x101B,0x141A,0x1C18,0x2017,0x2816,0x2C14,0x3412 + .hword 0x3811,0x400F,0x440E,0x4C0C,0x540A,0x5809,0x6007,0x001F + + .hword 0x001F,0x5809,0x540A,0x4C0C,0x480D,0x400F,0x3810,0x3412 + .hword 0x3013,0x2815,0x2416,0x2017,0x1818,0x141A,0x141A,0x141A + .hword 0x141A,0x141A,0x1C19,0x2017,0x2416,0x2815,0x3013,0x3412 + .hword 0x3C10,0x400F,0x480D,0x4C0C,0x540A,0x5C08,0x6007,0x001F + .hword 0x001F,0x5C08,0x540A,0x4C0B,0x480D,0x440E,0x3C10,0x3811 + .hword 0x3013,0x2C14,0x2815,0x2017,0x2017,0x1C18,0x1819,0x1819 + .hword 0x1819,0x1C18,0x2017,0x2416,0x2815,0x2C14,0x3412,0x3811 + .hword 0x3C10,0x440E,0x480D,0x500B,0x540A,0x5C08,0x6406,0x001F + + .hword 0x001F,0x5C08,0x5809,0x500B,0x4C0C,0x440E,0x400F,0x3C10 + .hword 0x3412,0x3013,0x2C14,0x2815,0x2416,0x2017,0x2017,0x2017 + .hword 0x2017,0x2017,0x2416,0x2815,0x2C14,0x3013,0x3412,0x3C10 + .hword 0x400F,0x480D,0x4C0C,0x500B,0x5809,0x5C08,0x6406,0x001F + .hword 0x001F,0x6007,0x5809,0x540A,0x500B,0x480D,0x440E,0x3C10 + .hword 0x3811,0x3412,0x3013,0x2C14,0x2815,0x2815,0x2416,0x2416 + .hword 0x2416,0x2815,0x2815,0x2C14,0x3013,0x3412,0x3811,0x400F + .hword 0x440E,0x480D,0x500B,0x540A,0x5C08,0x6007,0x6406,0x001F + + .hword 0x001F,0x6407,0x5C08,0x5809,0x500B,0x4C0C,0x480D,0x400E + .hword 0x3C10,0x3811,0x3412,0x3013,0x3013,0x2C14,0x2C14,0x2C14 + .hword 0x2C14,0x2C14,0x3013,0x3412,0x3412,0x3811,0x3C10,0x440F + .hword 0x480D,0x4C0C,0x500B,0x5809,0x5C08,0x6406,0x6805,0x001F + .hword 0x001F,0x6406,0x6007,0x5C08,0x540A,0x500B,0x4C0C,0x480D + .hword 0x400F,0x400F,0x3810,0x3811,0x3412,0x3412,0x3412,0x3013 + .hword 0x3412,0x3412,0x3412,0x3811,0x3C10,0x400F,0x400F,0x480D + .hword 0x4C0C,0x500B,0x540A,0x5C08,0x6007,0x6406,0x6C04,0x001F + + .hword 0x001F,0x6805,0x6406,0x5C08,0x5809,0x540A,0x500B,0x4C0C + .hword 0x480D,0x440E,0x400F,0x3C10,0x3C10,0x3811,0x3811,0x3811 + .hword 0x3811,0x3811,0x3C10,0x3C10,0x400F,0x440E,0x480D,0x4C0C + .hword 0x500B,0x540A,0x5809,0x5C08,0x6406,0x6805,0x7003,0x001F + .hword 0x001F,0x6C04,0x6805,0x6007,0x5C08,0x5809,0x540A,0x500B + .hword 0x4C0C,0x480D,0x440E,0x440E,0x400F,0x400F,0x400F,0x400F + .hword 0x400F,0x400F,0x400F,0x440E,0x480D,0x480D,0x4C0C,0x500B + .hword 0x540A,0x5809,0x5C08,0x6006,0x6805,0x6C04,0x7003,0x001F + + .hword 0x001F,0x7003,0x6C04,0x6805,0x6407,0x5C08,0x5809,0x540A + .hword 0x500B,0x500B,0x4C0C,0x480D,0x480D,0x440E,0x440E,0x440E + .hword 0x440E,0x440E,0x480D,0x480D,0x4C0C,0x4C0B,0x500B,0x540A + .hword 0x5809,0x5C08,0x6406,0x6805,0x6C04,0x7003,0x7402,0x001F + .hword 0x001F,0x7402,0x7003,0x6805,0x6805,0x6007,0x5C08,0x5C08 + .hword 0x5809,0x540A,0x500B,0x500B,0x4C0C,0x4C0C,0x4C0C,0x4C0C + .hword 0x4C0C,0x4C0C,0x4C0C,0x500B,0x500B,0x540A,0x5809,0x5C08 + .hword 0x5C08,0x6406,0x6805,0x6C04,0x7003,0x7402,0x7801,0x001F + + .hword 0x001F,0x7801,0x7402,0x7003,0x6C04,0x6805,0x6406,0x6007 + .hword 0x5C08,0x5809,0x5809,0x540A,0x540A,0x540A,0x500B,0x500B + .hword 0x500B,0x540A,0x540A,0x540A,0x5809,0x5C08,0x5C08,0x6007 + .hword 0x6406,0x6805,0x6C04,0x7003,0x7402,0x7801,0x7C00,0x001F + .hword 0x001F,0x7C00,0x7801,0x7402,0x7003,0x6C04,0x6805,0x6406 + .hword 0x6007,0x6007,0x5C08,0x5C08,0x5809,0x5809,0x5809,0x5809 + .hword 0x5809,0x5809,0x5C08,0x5C08,0x5C08,0x6007,0x6006,0x6406 + .hword 0x6805,0x6C04,0x7003,0x7402,0x7801,0x7C00,0x7C00,0x001F + + .hword 0x001F,0x7C00,0x7C00,0x7801,0x7402,0x7003,0x7003,0x6C04 + .hword 0x6805,0x6406,0x6406,0x6007,0x6007,0x6007,0x5C08,0x5C08 + .hword 0x5C08,0x6007,0x6007,0x6006,0x6406,0x6406,0x6805,0x6C04 + .hword 0x7003,0x7003,0x7402,0x7801,0x7C00,0x7C00,0x7C00,0x001F + .hword 0x001F,0x001F,0x001F,0x001F,0x001F,0x001F,0x001F,0x001F + .hword 0x001F,0x001F,0x001F,0x001F,0x001F,0x001F,0x001F,0x001F + .hword 0x001F,0x001F,0x001F,0x001F,0x001F,0x001F,0x001F,0x001F + .hword 0x001F,0x001F,0x001F,0x001F,0x001F,0x001F,0x001F,0x001F @}}BLOCK(boxed_dot) diff --git a/graphics/boxed_dot.grit b/graphics/boxed_dot.grit index 3f400eb..0dd1194 100644 --- a/graphics/boxed_dot.grit +++ b/graphics/boxed_dot.grit @@ -1,6 +1,9 @@ #Bitmap mode -gb +# Use uint16 +-gu16 + # Bitdepth 16 -gB16