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.
This commit is contained in:
yenatch
2017-05-28 23:22:10 -04:00
parent 853abd3aa3
commit 6cce673501
3 changed files with 120 additions and 60 deletions

View File

@@ -105,6 +105,10 @@ void get_args(int argc, char *argv[]) {
case 'h':
Options.help = true;
break;
default:
usage();
exit(1);
break;
}
}
}