summaryrefslogtreecommitdiff
path: root/GFX8/rock
diff options
context:
space:
mode:
Diffstat (limited to 'GFX8/rock')
-rw-r--r--GFX8/rock4
1 files changed, 4 insertions, 0 deletions
diff --git a/GFX8/rock b/GFX8/rock
new file mode 100644
index 0000000..a692cff
--- /dev/null
+++ b/GFX8/rock
@@ -0,0 +1,4 @@
+#define rock_width 8
+#define rock_height 8
+static char rock_bits[] = {
+ 0x81, 0x04, 0x20, 0x00, 0x42, 0x00, 0x08, 0x81};