Add .lz.bin files for the current non-matching graphics files.

This commit is contained in:
entrpntr
2020-06-14 16:36:38 -04:00
parent 485d9d99df
commit 7e87fed84a
19 changed files with 1 additions and 8 deletions

3
.gitignore vendored
View File

@@ -47,6 +47,3 @@ used_space.png
*.lz
*.2bpp
*.1bpp
# with the singular exception of Alakazam's silver lz
!gfx/pokemon/alakazam/back_silver.2bpp.lz

View File

@@ -56,7 +56,7 @@ silver: pokesilver.gbc
clean:
rm -f $(roms) $(gold_obj) $(silver_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym) rgbdscheck.o
find gfx \( -name "*.[12]bpp" -o -name "*.lz" ! -path "gfx/pokemon/alakazam/back_silver.2bpp.lz" \) -delete
find gfx \( -name "*.[12]bpp" -o -name "*.lz" \) -delete
$(MAKE) clean -C tools/
tidy:
@@ -210,7 +210,6 @@ gfx/pokemon/%/back_gold.2bpp: gfx/pokemon/%/back.png
$(if $(tools/gfx),\
tools/gfx $(tools/gfx) -o $@ $@)
# TODO: alakazam/back_silver.2bpp should be an exception, made by decompressing its lz
gfx/pokemon/%/back_silver.2bpp: gfx/pokemon/%/back.png
$(RGBGFX) $(rgbgfx) -o $@ $<
$(if $(tools/gfx),\

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -13,8 +13,6 @@ gfx/dummy_game/dummy_game.2bpp.lz: LZFLAGS += --method 2 --align 4
gfx/new_game/shrink1.2bpp.lz: LZFLAGS += --align 4
gfx/new_game/shrink2.2bpp.lz: LZFLAGS += --align 4
gfx/pc/pc.2bpp.lz: LZFLAGS = --compressor null --method 1 --align 1
gfx/player/chris_back.2bpp.lz: LZFLAGS += --align 4
gfx/pokedex/pokedex.2bpp.lz: LZFLAGS += --method 8 --align 1
@@ -24,7 +22,6 @@ gfx/pokedex/slowpoke.2bpp.lz: LZFLAGS = --compressor null --method 1 --align 1
gfx/pokegear/pokegear.2bpp.lz: LZFLAGS = --compressor null --method 1 --align 1
gfx/pokegear/pokegear_sprites.2bpp.lz: LZFLAGS += --align 4
gfx/pokegear/town_map.2bpp.lz: LZFLAGS = --compressor null --method 1 --align 1
gfx/pokemon/hitmontop/back_gold.2bpp.lz: LZFLAGS += --method 4
gfx/pokemon/miltank/back_gold.2bpp.lz: LZFLAGS += --method 4

BIN
gfx/pc/pc.2bpp.lz.bin Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.