Update lzcomp to the latest version and fix Makefiles accordingly

This commit is contained in:
aaaaaa123456789
2018-08-04 23:43:59 -03:00
parent 98e670f363
commit 5a55d629e1
3 changed files with 130 additions and 19 deletions

View File

@@ -96,7 +96,7 @@ pokecrystal11.gbc: $(crystal11_obj) pokecrystal.link
$(eval filename := $@.$(hash))
$(if $(wildcard $(filename)),\
cp $(filename) $@,\
tools/lzcomp $< $@)
tools/lzcomp -- $< $@)
### Terrible hacks to match animations. Delete these rules if you don't care about matching.