diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-04-07 18:06:10 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-04-08 12:14:37 -0400 |
commit | 865d623846520b210c140d1c8e20157c47c06726 (patch) | |
tree | f119115f6f64fe48636155627d420417aeaab3c4 /gfx | |
parent | d076dc25e05b68eb36e9930eba52e74be2c012ba (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.png | bin | 692 -> 695 bytes |
-rw-r--r-- | gfx/mobile/electro_ball_nonmatching.png | bin | 1401 -> 0 bytes |
-rw-r--r-- | gfx/sgb/sgb_border.bin | bin | 1072 -> 1792 bytes |
-rw-r--r-- | gfx/sgb/sgb_border_nonmatching.bin | bin | 1792 -> 0 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/gfx/mobile/electro_ball.png b/gfx/mobile/electro_ball.png Binary files differindex 3e1c0bb46..b6a9f11c3 100644 --- a/gfx/mobile/electro_ball.png +++ b/gfx/mobile/electro_ball.png diff --git a/gfx/mobile/electro_ball_nonmatching.png b/gfx/mobile/electro_ball_nonmatching.png Binary files differdeleted file mode 100644 index 52441bd83..000000000 --- a/gfx/mobile/electro_ball_nonmatching.png +++ /dev/null diff --git a/gfx/sgb/sgb_border.bin b/gfx/sgb/sgb_border.bin Binary files differindex 362eae929..5ad4fb002 100644 --- a/gfx/sgb/sgb_border.bin +++ b/gfx/sgb/sgb_border.bin diff --git a/gfx/sgb/sgb_border_nonmatching.bin b/gfx/sgb/sgb_border_nonmatching.bin Binary files differdeleted file mode 100644 index 5ad4fb002..000000000 --- a/gfx/sgb/sgb_border_nonmatching.bin +++ /dev/null |