kwsch / pkNX

Pokémon (Nintendo Switch) ROM Editor & Randomizer
https://projectpokemon.org/home/forums/topic/48647-pknx-nintendo-switch-rom-editor-randomizer/
GNU General Public License v3.0
338 stars 106 forks source link

One Down another problem to go #374

Closed Moddedmyth closed 1 month ago

Moddedmyth commented 1 month ago

image

kwsch commented 1 month ago

Please do not create new issues for each incremental progression of your problem.

The error message is clear enough. You need to dump ALL of the romfs and exefs files, including patches merged in, as previously mentioned. The file counts expected are documented in the source code:

https://github.com/kwsch/pkNX/blob/5b5a196bdbea0b4855760b516b186fb8df363117/pkNX.Game/GameLocation.cs#L76-L97

Moddedmyth commented 1 month ago

Sweet thanks!