summaryrefslogtreecommitdiff
path: root/tools/pokemon_animation_graphics.c
AgeCommit message (Collapse)Author
2017-12-28fix unused fread return value warningsyenatch
2017-08-20Fix unused variable 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-05-28pokemon_animation_graphics: remove declarations from for loopsyenatch
2017-05-28pokemon_animation_graphics: stdint.hyenatch
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.
2017-05-28Fix pokemon_animation_graphicsyenatch
2016-08-24Add C build tools.yenatch