summaryrefslogtreecommitdiff
path: root/data/icon.s
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-20 19:50:01 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-20 19:50:01 -0400
commit98aade31e9abbb101fd2aad2301583ead6555b8d (patch)
tree1783165447dff20094be8f673078e51b265cc4cc /data/icon.s
parent1f740036992b24c1733a163d85516f0d0b355dd2 (diff)
Move files and such out of asm/
Diffstat (limited to 'data/icon.s')
-rw-r--r--data/icon.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/icon.s b/data/icon.s
new file mode 100644
index 00000000..976077b0
--- /dev/null
+++ b/data/icon.s
@@ -0,0 +1,6 @@
+ .text
+ .short 0x0001
+ .short 0x048B
+ .space 0x1C
+ .incbin "graphics/icon.4bpp"
+ .incbin "graphics/icon.gbapal"