mirror of
https://github.com/pret/pokegold.git
synced 2026-08-24 17:44:46 -05:00
Add .lz.bin files for the current non-matching graphics files.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||
|
||||
3
Makefile
3
Makefile
@@ -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),\
|
||||
|
||||
BIN
gfx/intro/charizard1.2bpp.lz.bin
Normal file
BIN
gfx/intro/charizard1.2bpp.lz.bin
Normal file
Binary file not shown.
BIN
gfx/intro/charizard2.2bpp.lz.bin
Normal file
BIN
gfx/intro/charizard2.2bpp.lz.bin
Normal file
Binary file not shown.
BIN
gfx/intro/charizard3.2bpp.lz.bin
Normal file
BIN
gfx/intro/charizard3.2bpp.lz.bin
Normal file
Binary file not shown.
BIN
gfx/intro/grass1.2bpp.lz.bin
Normal file
BIN
gfx/intro/grass1.2bpp.lz.bin
Normal file
Binary file not shown.
BIN
gfx/intro/grass2.2bpp.lz.bin
Normal file
BIN
gfx/intro/grass2.2bpp.lz.bin
Normal file
Binary file not shown.
BIN
gfx/intro/water1.2bpp.lz.bin
Normal file
BIN
gfx/intro/water1.2bpp.lz.bin
Normal file
Binary file not shown.
BIN
gfx/intro/water2.2bpp.lz.bin
Normal file
BIN
gfx/intro/water2.2bpp.lz.bin
Normal file
Binary file not shown.
@@ -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
BIN
gfx/pc/pc.2bpp.lz.bin
Normal file
Binary file not shown.
BIN
gfx/pokegear/town_map.2bpp.lz.bin
Normal file
BIN
gfx/pokegear/town_map.2bpp.lz.bin
Normal file
Binary file not shown.
BIN
gfx/title/hooh_gold.2bpp.lz.bin
Normal file
BIN
gfx/title/hooh_gold.2bpp.lz.bin
Normal file
Binary file not shown.
BIN
gfx/title/logo_bottom_gold.2bpp.lz.bin
Normal file
BIN
gfx/title/logo_bottom_gold.2bpp.lz.bin
Normal file
Binary file not shown.
BIN
gfx/title/logo_bottom_silver.2bpp.lz.bin
Normal file
BIN
gfx/title/logo_bottom_silver.2bpp.lz.bin
Normal file
Binary file not shown.
BIN
gfx/title/logo_top_gold.2bpp.lz.bin
Normal file
BIN
gfx/title/logo_top_gold.2bpp.lz.bin
Normal file
Binary file not shown.
BIN
gfx/title/logo_top_silver.2bpp.lz.bin
Normal file
BIN
gfx/title/logo_top_silver.2bpp.lz.bin
Normal file
Binary file not shown.
BIN
gfx/title/lugia_silver.2bpp.lz.bin
Normal file
BIN
gfx/title/lugia_silver.2bpp.lz.bin
Normal file
Binary file not shown.
Reference in New Issue
Block a user