diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 15:49:17 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 15:49:17 -0400 |
commit | 356836b1cc479381d5494dbaee40c6a6345c0b43 (patch) | |
tree | 7708fda6f16a02264e9cc7d421f9ab6b050a64d4 /gfx | |
parent | 437c7404e90dc7fb853b0c6c74a234cd2a2e3c56 (diff) |
Harmonize home/ with pokecrystal
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/lz.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ gfx/diploma/diploma.2bpp.lz: LZFLAGS += --method 8 --align 1 gfx/dummy_game/dummy_game.2bpp.lz: LZFLAGS += --method 2 --align 4 -gfx/intro/%.2bpp.lz: LZFLAGS += --align 4 +gfx/intro/%.lz: LZFLAGS += --align 4 gfx/intro/water1.2bpp.lz: LZFLAGS += --method 2 --align 4 gfx/new_game/shrink1.2bpp.lz: LZFLAGS += --align 4 |