diff options
Diffstat (limited to 'asm/icon.s')
-rw-r--r-- | asm/icon.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/asm/icon.s b/asm/icon.s new file mode 100644 index 00000000..58be77f1 --- /dev/null +++ b/asm/icon.s @@ -0,0 +1,6 @@ + .text + .2byte 0x0001 + .2byte 0x048B + .space 0x1C + .incbin "graphics/icon.4bpp" + .incbin "graphics/icon.gbapal" |