summaryrefslogtreecommitdiff
path: root/data/unused
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-09-13 18:29:49 -0700
committerMarcus Huderle <huderlem@gmail.com>2017-09-13 18:29:49 -0700
commit0297b8f6f2b49ebc4d105e2830203b8ff1c2e20c (patch)
tree4d4e6473b48e0eb4bf7477f06b4906a3466cd43f /data/unused
parentc71b26b80fde9fec996f1405a89a33e24b71d72c (diff)
Re-organize unused data blobs
Diffstat (limited to 'data/unused')
-rw-r--r--data/unused/unused_4b6a8.binbin0 -> 2392 bytes
-rwxr-xr-xdata/unused/unused_9800.asm19
-rw-r--r--data/unused/unused_data_d3800.binbin0 -> 2048 bytes
-rw-r--r--data/unused/unused_dbf60.binbin0 -> 160 bytes
4 files changed, 19 insertions, 0 deletions
diff --git a/data/unused/unused_4b6a8.bin b/data/unused/unused_4b6a8.bin
new file mode 100644
index 0000000..bddd5a0
--- /dev/null
+++ b/data/unused/unused_4b6a8.bin
Binary files differ
diff --git a/data/unused/unused_9800.asm b/data/unused/unused_9800.asm
new file mode 100755
index 0000000..f87722a
--- /dev/null
+++ b/data/unused/unused_9800.asm
@@ -0,0 +1,19 @@
+macro_9800: MACRO
+x = 0
+rept \1
+y = 0
+rept $100 / \1
+ db (x + y) & $ff
+y = y + \1
+endr
+x = x + 1
+endr
+endm
+
+Data_9800:
+
+w = $100
+rept 8
+ macro_9800 w
+w = w >> 1
+endr
diff --git a/data/unused/unused_data_d3800.bin b/data/unused/unused_data_d3800.bin
new file mode 100644
index 0000000..aedea89
--- /dev/null
+++ b/data/unused/unused_data_d3800.bin
Binary files differ
diff --git a/data/unused/unused_dbf60.bin b/data/unused/unused_dbf60.bin
new file mode 100644
index 0000000..af8870c
--- /dev/null
+++ b/data/unused/unused_dbf60.bin
Binary files differ