aboutsummaryrefslogtreecommitdiff
path: root/test/bin/exportingPalettes.md
diff options
context:
space:
mode:
authorFlenk008 <frenk_0_0@hotmail.com>2023-03-13 18:02:59 +0100
committerFlenk008 <frenk_0_0@hotmail.com>2023-03-13 18:02:59 +0100
commita9ad8e0a8ac5346108f1e2c1a0bf9360fadc20da (patch)
treeb3b772e0fc396aa7d09d8581c61d68b963394ac4 /test/bin/exportingPalettes.md
parent4f489426e05fb3b296998b17859d8702cc4f37e1 (diff)
Revert "Merge branch 'dev' of https://github.com/Flenk008/avans-arcade into dev"
This reverts commit 4f489426e05fb3b296998b17859d8702cc4f37e1, reversing changes made to e47f7fa198229b8598b8ab03ef8b2483f7c685bc.
Diffstat (limited to 'test/bin/exportingPalettes.md')
-rw-r--r--test/bin/exportingPalettes.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/bin/exportingPalettes.md b/test/bin/exportingPalettes.md
deleted file mode 100644
index be4a354..0000000
--- a/test/bin/exportingPalettes.md
+++ /dev/null
@@ -1,4 +0,0 @@
-```sh
-cat test.src|head -n 46 | awk '{printf "%02x: {0x%x,0x%x,0x%x}\n",NR,$1/2,$2/2,$3/2 }' > hex_palettes
-```
-