Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-02 | Rename `*_verbose` functions to idiomatic `x*` | Rangi | |
2021-09-21 | Factor out usage_exit into into tools/common.h | Rangi | |
2021-09-02 | Rewrite tools/pokemon_animation.c | Rangi | |
2021-09-02 | Rewrite tools/pokemon_animation_graphics.c, and keep `void usage` and `void ↵ | Rangi | |
parse_args` at the top of tools' files | |||
2017-12-28 | fix unused fread return value warnings | yenatch | |
2017-08-20 | Fix unused variable warnings | yenatch | |
2017-06-29 | Check some errors (not enough). | IIMarckus | |
malloc can always fail. Check to avoid null dereference. malloc(0) is well defined but leads to an eventual crash on some systems. Check it too. | |||
2017-05-28 | pokemon_animation_graphics: remove declarations from for loops | yenatch | |
2017-05-28 | pokemon_animation_graphics: stdint.h | yenatch | |
2017-05-28 | Fix the pokemon animation tools. | yenatch | |
Fixed a lot of serious bugs. These tools were not functional. Also added a --girafarig flag for a special case. | |||
2017-05-28 | Fix pokemon_animation_graphics | yenatch | |
2016-08-24 | Add C build tools. | yenatch | |