summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraaaaaa123456789 <aaaaaa123456789@acidch.at>2020-06-28 06:55:20 -0300
committeraaaaaa123456789 <aaaaaa123456789@acidch.at>2020-06-28 06:55:20 -0300
commitc1fc2368c605e7db7d23de43e74d6e8040f94dd7 (patch)
treea2232768b9904536bf05c0c436c6e20e61ff5989
parentce8d8840f1d8ee301380f7a81a4d78c0485df901 (diff)
Fix lzcomp flags after fixing uninitialized read bug
-rw-r--r--gfx/lz.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/gfx/lz.mk b/gfx/lz.mk
index 5f375a83..fd676995 100644
--- a/gfx/lz.mk
+++ b/gfx/lz.mk
@@ -44,8 +44,9 @@ gfx/tilesets/johto_modern.2bpp.lz: LZFLAGS = --compressor null --method 1 --alig
gfx/tilesets/kanto.2bpp.lz: LZFLAGS = --compressor null --method 1 --align 1
gfx/tilesets/mansion.2bpp.lz: LZFLAGS += --method 2 --align 4
gfx/tilesets/mart.2bpp.lz: LZFLAGS += --method 2 --align 4
+gfx/tilesets/players_room.2bpp.lz: LZFLAGS += --method 4 --align 4
gfx/tilesets/radio_tower.2bpp.lz: LZFLAGS += --method 2 --align 4
-gfx/tilesets/ruins_of_alph.2bpp.lz: LZFLAGS += --method 2 --align 4
+gfx/tilesets/ruins_of_alph.2bpp.lz: LZFLAGS += --method 6 --align 4
gfx/tilesets/tower.2bpp.lz: LZFLAGS += --method 2 --align 4
gfx/title/hooh_gold.2bpp.lz: LZFLAGS += --align 3