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.
This commit is contained in:
Rangi
2020-04-07 18:06:10 -04:00
parent d076dc25e0
commit 865d623846
8 changed files with 50 additions and 13 deletions

1
.gitignore vendored
View File

@@ -45,6 +45,7 @@ pokecrystal.txt
*.1bpp
*.lz
*.animated.tilemap
*.sgb.tilemap
gfx/pokemon/*/bitmask.asm
gfx/pokemon/*/frames.asm
!gfx/pokemon/unown/bitmask.asm