Pokémon (Nintendo Switch) ROM Editor & Randomizer
Go to file
Kurt bb443d2cd8
Update README.md
Adds brief feature explanation
2019-02-21 10:34:59 -08:00
pkNX.Containers Fix gfpak structure r/w 2018-12-12 21:42:51 -08:00
pkNX.Game Read edited files on load 2018-12-11 19:28:55 -08:00
pkNX.Randomization Add boost/AI bulk mods, add teamcount mod toggle 2019-02-18 11:55:57 -08:00
pkNX.Sprites Allow shiny sprites 2018-11-24 20:39:41 -08:00
pkNX.Structures Add some amx script stuff 2019-02-18 11:57:16 -08:00
pkNX.Tests Initial Commit 2018-11-13 19:44:43 -08:00
pkNX.WinForms Fix stat editing 2019-02-18 12:05:08 -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 Update README.md 2019-02-21 10:34:59 -08:00

pkNX

License

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

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

Features

Supports the following games:

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

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.