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:
@@ -105,6 +105,10 @@ void get_args(int argc, char *argv[]) {
|
||||
case 'h':
|
||||
Options.help = true;
|
||||
break;
|
||||
default:
|
||||
usage();
|
||||
exit(1);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user