pokecrystal/tools
Rangi a55bc33d67
Some checks are pending
CI / build (push) Waiting to run
Use features of RGBDS 1.0.0 (#1204)
- Use single-quoted character literals or `CHARVAL` when you need
  a character's numeric value; using strings as numbers is deprecated
- Use `?` to silence a node in warning/error location backtraces
- Use `===` and `!==` instead of `STRCMP`, and `++` instead of `STRCAT`
- Use `__SCOPE__` instead of checking for `..` and `.` separately
- Use `#string` instead of `"{string}"`
- All programs (rgbasm, rgblink, rgbfix, rgbgfx) support `-W` warnings
- `rgbgfx --colors dmg` is short for `rgbgfx --colors dmg=e4`
2025-11-12 15:43:54 -05:00
..
lz Update lzcomp 2020-06-28 05:20:05 -03:00
.gitignore Remove nonexistent tool from .gitignore 2025-03-14 22:58:26 -04:00
common.h Revise macros in tools 2022-10-12 21:43:00 -04:00
gbcpal.c Refactor gbcpal.c 2024-10-17 14:19:15 -04:00
gfx.c Error messages end with newlines 2022-03-13 14:04:36 -04:00
make_patch.c Don't hard-code the Stadium data handling in tools/make_patch.c (#1206) 2025-11-12 13:40:58 -05:00
Makefile Sort Pokemon and trainer sprite palettes, with Makefile-specified exceptions (#1137) 2024-10-16 10:48:00 -04:00
png_dimensions.c Rename *_verbose functions to idiomatic x* 2022-03-02 21:39:13 -05:00
pokemon_animation_graphics.c Rename *_verbose functions to idiomatic x* 2022-03-02 21:39:13 -05:00
pokemon_animation.c Rename *_verbose functions to idiomatic x* 2022-03-02 21:39:13 -05:00
scan_includes.c Avoid goto, support '\r', and fix typo in scan_includes.c 2023-08-15 19:19:15 -04:00
stadium.c Revise macros in tools 2022-10-12 21:43:00 -04:00
unnamed.py Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00