narc_0000

This commit is contained in:
red031000 2023-06-07 00:50:33 +01:00
parent 64b73d6b02
commit 612d0ee18e
No known key found for this signature in database
GPG Key ID: D27E50C050AE0CE1
3 changed files with 5620 additions and 1405 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@ static inline void usage() {
cout << endl;
cout << "INFILE Required: Path to the input file to convert (-e: plaintext; -d: binary)." << endl;
cout << "OUTFILE Required: Path to the output file (-e: binary; -d: plaintext)." << endl;
cout << "-c CHARMAP Required: Path to a text file with a character mapping, for example pokeheartgold/charmap.txt." << endl;
cout << "-c CHARMAP Required: Path to a text file with a character mapping, for example pokediamond/charmap.txt." << endl;
cout << "-d Decode from binary to text, also print the key" << endl;
cout << "-e Encode from text to binary using the provided key" << endl;
cout << "--gmm Text file is GMM (Gamefreak XML format)" << endl;