Pokémon (Nintendo Switch) ROM Editor & Randomizer
Go to file
Kurt 1ef510bcf0 Add split file encounter dumping, weather groups
Diferent weather allows for different Mark values (ribbon), and only
Symbol encounters can wander into adjacent maps
Need to have separate exports with appropriate metadata

add nest dumper I forgot to push before working on slot dump v2
2019-11-27 22:29:13 -08:00
pkNX.Containers Sword/Shield Update 2019-11-15 17:00:41 -08:00
pkNX.Game Add zone info -> location ID 2019-11-27 22:04:22 -08:00
pkNX.Randomization Expose Dynamax Level/CanGigantamax (#32) 2019-11-19 16:54:03 -08:00
pkNX.Sprites Sword/Shield Update 2019-11-15 17:00:41 -08:00
pkNX.Structures Add split file encounter dumping, weather groups 2019-11-27 22:29:13 -08:00
pkNX.Tests Initial c#8 update 2019-10-15 18:47:20 -07:00
pkNX.WinForms Add split file encounter dumping, weather groups 2019-11-27 22:29:13 -08:00
.gitattributes 💥🐫 Added .gitattributes & .gitignore files 2018-11-13 19:41:53 -08:00
.gitignore 💥🐫 Added .gitattributes & .gitignore files 2018-11-13 19:41:53 -08:00
LICENSE Initial Commit 2018-11-13 19:44:43 -08:00
pkNX.sln Add sprites from pkhex 2018-11-17 18:48:50 -08:00
README.md Add SwSh to README (#22) 2019-11-17 10:48:55 -08:00

pkNX

License

pkNX: A package of Pokémon (Nintendo Switch) ROM Editing Tools, programmed in C#.

Similar to pk3DS for the Nintendo 3DS, pkNX provides an editing environment to manipulate game binary assets such as stats, learnsets, trainers, and more!

Main Window

Features

Supports the following games:

  • Let's Go, Pikachu! / Let's Go, Eevee!
  • Sword / Shield

Editors can be launched from the program's main window after opening a dumped & unpacked ROM.

  • To lessen read/write lag, data is only saved when the user cleanly quits the program.
  • Edited files do not overwrite the original dumped file; instead, they are redirected to a "patch folder" for easy use with layeredFS.
  • When the program requests to read a set of files, it will first check to see if an edited version exists, and if not, falls back to the original dump file.

With custom firmware, layeredFS functionality will selectively redirect file loading to files that are present in the patch folder, removing the need to rebuild a custom ROM.

pkNX also provides some utility to extract from supported container types, e.g. gfpak. Simply drag & drop a container (or many) into the main window, and pkNX will unpack all files to a new folder.

Building

pkNX is a Windows Forms application which requires .NET Framework v4.6.

The executable can be built with any compiler that supports C# 7.