Remove independent tools and link to pokemon-asm-tools

palfix.py still exists since it is often needed
This commit is contained in:
Rangi42
2024-10-07 17:00:54 -04:00
parent 87042ce723
commit a69cfb1720
15 changed files with 2 additions and 9287 deletions

View File

@@ -4,7 +4,6 @@ CC := gcc
CFLAGS := -O3 -flto -std=c11 -Wall -Wextra -pedantic
tools := \
bpp2png \
lzcomp \
gfx \
make_patch \
@@ -27,9 +26,6 @@ pokemon_animation_graphics: common.h
scan_includes: common.h
stadium: common.h
bpp2png: bpp2png.c lodepng/lodepng.c common.h lodepng/lodepng.h
$(CC) $(CFLAGS) -o $@ bpp2png.c lodepng/lodepng.c
lzcomp: CFLAGS += -Wno-strict-overflow -Wno-sign-compare
lzcomp: $(wildcard lz/*.c) $(wildcard lz/*.h)
$(CC) $(CFLAGS) -o $@ lz/*.c