yenatch
|
40305f205e
|
fix unused fread return value warnings
|
2017-12-28 01:25:25 -05:00 |
|
IIMarckus
|
80888726b9
|
Check some errors (not enough).
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-29 22:45:30 -06:00 |
|
SnDream
|
3c8d034a6f
|
pokemon_animation's variable is not initialized (#374)
|
2017-06-25 02:49:57 -04:00 |
|
yenatch
|
ed99a86864
|
Fix implicit getopt
|
2017-06-24 16:47:11 -04:00 |
|
yenatch
|
6cce673501
|
Fix the pokemon animation tools.
Fixed a lot of serious bugs. These tools were not functional.
Also added a --girafarig flag for a special case.
|
2017-05-28 23:22:10 -04:00 |
|
yenatch
|
2ab468268a
|
Add C build tools.
|
2016-08-24 21:56:07 -04:00 |
|