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 /engine | |
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 'engine')
-rw-r--r-- | engine/gfx/color.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/gfx/color.asm b/engine/gfx/color.asm index aa29d413b..35ad66f7f 100644 --- a/engine/gfx/color.asm +++ b/engine/gfx/color.asm @@ -1191,8 +1191,8 @@ PredefPals: INCLUDE "gfx/sgb/predef.pal" SGBBorderMap: -; interleaved tile ids and palette ids -INCBIN "gfx/sgb/sgb_border.bin" +; interleaved tile ids and palette ids, without the center 20x18 screen area +INCBIN "gfx/sgb/sgb_border.sgb.tilemap" SGBBorderPalettes: ; assumed to come after SGBBorderMap |