Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the command-line parser behavior
* All arguments now have their equivalent long-names. `-b` is equal to `--basename` for example * For arguments that need data: the argument and the data can be separated now. `-b test` is equal to `-btest` Added 2 new command-line * -d, --detect. Only detects game file, print information to stdout, and exit. (File is assumed not modified). * -x, --cross-encrypt. Allows to convert between game files without decrypting it and encrypting it again. Example: `-j test.txt -x sif-en` will convert test.txt (which is SIF JP game file) to SIF EN game file. -x can't be used with -e Other changes: * Changed datatype in loops. (EN_Decrypter.cc & JP_Decrypter.cc)
- Loading branch information