You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
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