diff options
Diffstat (limited to 'data/unused')
-rw-r--r-- | data/unused/unused_4b6a8.bin | bin | 0 -> 2392 bytes | |||
-rwxr-xr-x | data/unused/unused_9800.asm | 19 | ||||
-rw-r--r-- | data/unused/unused_data_d3800.bin | bin | 0 -> 2048 bytes | |||
-rw-r--r-- | data/unused/unused_dbf60.bin | bin | 0 -> 160 bytes |
4 files changed, 19 insertions, 0 deletions
diff --git a/data/unused/unused_4b6a8.bin b/data/unused/unused_4b6a8.bin Binary files differnew file mode 100644 index 0000000..bddd5a0 --- /dev/null +++ b/data/unused/unused_4b6a8.bin 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 Binary files differnew file mode 100644 index 0000000..aedea89 --- /dev/null +++ b/data/unused/unused_data_d3800.bin diff --git a/data/unused/unused_dbf60.bin b/data/unused/unused_dbf60.bin Binary files differnew file mode 100644 index 0000000..af8870c --- /dev/null +++ b/data/unused/unused_dbf60.bin |