Kurt
Kurt
It's due to the games using a special font which doesn't use ♂♀ (0x0011/0x0012) but instead something 0xE0FF. Gender symbol remapping was disabled previously: https://github.com/kwsch/pk3DS/issues/137
The program also checks the count of files in the folders; are you sure you have dumped all the files for the game you are trying to load?
Valid file counts within the a\* folders: https://github.com/kwsch/pk3DS/blob/94f23bb1c345b9557a12cc17948f87f6e661f48c/pk3DS.Core/Game/GameConfig.cs#L12-L17
Here's the logic that checks for the existence of the `a` folder: https://github.com/kwsch/pk3DS/blob/dfdbce758fbb3526fa7cfdadf0f2a17b4630bd44/pk3DS/Main.cs#L504-L528 Not sure what all you have in there, but it's expecting the first directory in the folder...
Restore the corresponding `DllField.cro` Current code doesn't have anything that can throw an exception as shown in your [error report's specified file-line](https://github.com/kwsch/pk3DS/blob/94f23bb1c345b9557a12cc17948f87f6e661f48c/pk3DS/Subforms/Gen6/GiftEditor6.cs#L89). Are you running an outdated version of the...
I'm not sure the dll files get restored, you may have to do it manually while the program is closed.
Have you tried other unpacking tools to see if they work with your dump?
Unable to replicate on current commits (saves the same bytes); double check that you didn't erroneously include multiple formatting codes. Differences in file sizes for the overall garc is a...
`100` = 0x64 = 'd' `40` = 0x28 = '(' 10 00 01 00 **02 BE** 0A 00 = wait 10 10 00 01 00 00 BE **0A 00** =...