summaryrefslogtreecommitdiff
path: root/tools/pokemon_animation.c
AgeCommit message (Collapse)Author
2022-03-02Rename `*_verbose` functions to idiomatic `x*`Rangi
2022-02-21Explain why make_frames worksRangi
2021-09-21Factor out usage_exit into into tools/common.hRangi
2021-09-02Rewrite tools/pokemon_animation.cRangi
2017-12-28fix unused fread return value warningsyenatch
2017-06-29Check 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-06-25pokemon_animation's variable is not initialized (#374)SnDream
2017-06-24Fix implicit getoptyenatch
2017-05-28Fix 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.
2016-08-24Add C build tools.yenatch