summaryrefslogtreecommitdiff
path: root/gfx
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-04-07 18:06:10 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-04-08 12:14:37 -0400
commit865d623846520b210c140d1c8e20157c47c06726 (patch)
treef119115f6f64fe48636155627d420417aeaab3c4 /gfx
parentd076dc25e05b68eb36e9930eba52e74be2c012ba (diff)
Remove unused nonmatching files for electro_ball.png and sgb_border.bin
electro_ball.png needed to preserve one whitespace tile which tools/gfx would normally remove. Preserving a list of tile indexes has been added as a general feature to tools/gfx. sgb_border.bin needed to remove the 20x18 center area of $00 bytes. This is achievable with the standard tr utility.
Diffstat (limited to 'gfx')
-rw-r--r--gfx/mobile/electro_ball.pngbin692 -> 695 bytes
-rw-r--r--gfx/mobile/electro_ball_nonmatching.pngbin1401 -> 0 bytes
-rw-r--r--gfx/sgb/sgb_border.binbin1072 -> 1792 bytes
-rw-r--r--gfx/sgb/sgb_border_nonmatching.binbin1792 -> 0 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/gfx/mobile/electro_ball.png b/gfx/mobile/electro_ball.png
index 3e1c0bb46..b6a9f11c3 100644
--- a/gfx/mobile/electro_ball.png
+++ b/gfx/mobile/electro_ball.png
Binary files differ
diff --git a/gfx/mobile/electro_ball_nonmatching.png b/gfx/mobile/electro_ball_nonmatching.png
deleted file mode 100644
index 52441bd83..000000000
--- a/gfx/mobile/electro_ball_nonmatching.png
+++ /dev/null
Binary files differ
diff --git a/gfx/sgb/sgb_border.bin b/gfx/sgb/sgb_border.bin
index 362eae929..5ad4fb002 100644
--- a/gfx/sgb/sgb_border.bin
+++ b/gfx/sgb/sgb_border.bin
Binary files differ
diff --git a/gfx/sgb/sgb_border_nonmatching.bin b/gfx/sgb/sgb_border_nonmatching.bin
deleted file mode 100644
index 5ad4fb002..000000000
--- a/gfx/sgb/sgb_border_nonmatching.bin
+++ /dev/null
Binary files differ