Skip to content

Commit

Permalink
Remove independent tools and link to pokemon-asm-tools
Browse files Browse the repository at this point in the history
palfix.py still exists since it is often needed
  • Loading branch information
Rangi42 committed Oct 7, 2024
1 parent f5a8765 commit 3130c54
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 9,435 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ To set up the repository, see [INSTALL.md](INSTALL.md).
## See also

- [**Symbols**][symbols]
- [**Tools**][tools]

You can find us on [Discord (pret, #pokecrystal)](https://discord.gg/d5dubZ3).

For other pret projects, see [pret.github.io](https://pret.github.io/).

[symbols]: https://github.com/pret/pokegold/tree/symbols
[tools]: https://github.com/pret/pokemon-asm-tools
[ci]: https://github.com/pret/pokegold/actions
[ci-badge]: https://github.com/pret/pokegold/actions/workflows/main.yml/badge.svg
1 change: 0 additions & 1 deletion tools/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
bpp2png
gfx
lzcomp
make_patch
Expand Down
4 changes: 0 additions & 4 deletions tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ CC := gcc
CFLAGS := -O3 -flto -std=c11 -Wall -Wextra -pedantic

tools := \
bpp2png \
lzcomp \
gfx \
make_patch \
Expand All @@ -23,9 +22,6 @@ png_dimensions: 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
Expand Down
243 changes: 0 additions & 243 deletions tools/bpp2png.c

This file was deleted.

56 changes: 0 additions & 56 deletions tools/consts.py

This file was deleted.

Loading

0 comments on commit 3130c54

Please sign in to comment.