summaryrefslogtreecommitdiff
path: root/GFX8/rockgen
diff options
context:
space:
mode:
Diffstat (limited to 'GFX8/rockgen')
-rw-r--r--GFX8/rockgen4
1 files changed, 4 insertions, 0 deletions
diff --git a/GFX8/rockgen b/GFX8/rockgen
new file mode 100644
index 0000000..2dd0d41
--- /dev/null
+++ b/GFX8/rockgen
@@ -0,0 +1,4 @@
+#define rockgen_width 8
+#define rockgen_height 8
+static char rockgen_bits[] = {
+ 0xff, 0x81, 0x99, 0xb5, 0xbd, 0x99, 0x81, 0xff};