Pokémon (Nintendo Switch) ROM Editor & Randomizer
Go to file
JelleInfinity b61ecb5cb4
Enable high DPI support (#260)
This fixes blurry fonts
It does require TargetFramework to be net472 tho, I hope that's okay

Enable high DPI support

This fixes blurry fonts
It does require TargetFramework to be net472 tho, I hope that's okay
2022-10-01 12:17:27 -07:00
pkNX.Containers Enable trainer saving 2022-02-19 17:34:30 -08:00
pkNX.Game Updated pokemon editor (#257) 2022-09-29 16:17:48 -07:00
pkNX.Randomization Refactor evolution code from PKHeX source (#251) 2022-09-24 17:39:41 -07:00
pkNX.Sprites PersonalInfo interface fixes (#243) 2022-09-21 15:55:54 -07:00
pkNX.Structures Research task edit buttons 2022-10-01 12:11:54 +02:00
pkNX.Structures.FlatBuffers Research task edit buttons 2022-10-01 12:11:54 +02:00
pkNX.Tests Add Pokémon Legends: Arceus support 2022-02-04 18:43:21 -08:00
pkNX.WinForms Enable high DPI support (#260) 2022-10-01 12:17:27 -07: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
azure-pipelines.yml Update azure-pipelines.yml (#181), fixes automatic build 2022-02-04 21:07:04 -08:00
LICENSE Initial Commit 2018-11-13 19:44:43 -08:00
pkNX.sln Handle FlatBuffers in-process with FlatSharp, and add more flatbuffer editors. (#166) 2021-09-02 19:47:41 -07:00
README.md Update C# version note. 2021-02-28 02:02:44 -05: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

For Sword and Shield, pkNX operates under the assumption that your dumped ROM includes the Ver. 1.3.0 patch.

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# 9.

Dependencies

pkNX's shiny sprite collection is taken from pokesprite, which is licensed under the MIT license.