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 87042ce commit a69cfb1
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 9,287 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ To set up the repository, see [INSTALL.md](INSTALL.md).
- [**Documentation**][docs]
- [**Wiki**][wiki] (includes [tutorials][tutorials])
- [**Symbols**][symbols]
- [**Tools**][tools]

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

Expand All @@ -29,5 +30,6 @@ For other pret projects, see [pret.github.io](https://pret.github.io/).
[wiki]: https://github.com/pret/pokecrystal/wiki
[tutorials]: https://github.com/pret/pokecrystal/wiki/Tutorials
[symbols]: https://github.com/pret/pokecrystal/tree/symbols
[tools]: https://github.com/pret/pokemon-asm-tools
[ci]: https://github.com/pret/pokecrystal/actions
[ci-badge]: https://github.com/pret/pokecrystal/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 @@ -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
Expand Down
243 changes: 0 additions & 243 deletions tools/bpp2png.c

This file was deleted.

11 changes: 0 additions & 11 deletions tools/compare.sh

This file was deleted.

51 changes: 0 additions & 51 deletions tools/compare2.sh

This file was deleted.

Loading

0 comments on commit a69cfb1

Please sign in to comment.