PKSE Switch: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox Switch Homebrews |title=PKSE |image=PKSESwitch.png |description=Pokemon Save Editor. |author=kiasta |lastupdated=2025/12/14 |type=Save Managers and Editors |version=0.0.3 |license=AGPL-3.0 |download=https://dlhb.gamebrew.org/switchhomebrews/PKSESwitch.7z |website= |source=https://gbatemp.net/threads/pkse-pokemon-save-editor.677487/ |donation=https://github.com/kiasta/PKSE }} {{#seo: |title=Switch Homebrew Apps (Save Managers and Editors) - GameBrew |title_mode=..." |
No edit summary |
||
| Line 19: | Line 19: | ||
|image_alt=PKSE | |image_alt=PKSE | ||
}} | }} | ||
A homebrew application for conveniently editing Pokemon save files on the Nintendo Switch, without having to transfer save files to your PC. | |||
'''Title Compatibility:''' | |||
* Generation 7 | |||
** Pokemon Let's Go Pikachu/Eevee (Partial implementation, non functioning) | |||
* Generation 8 | |||
** Pokemon Sword/Shield (Fully Implemented and functioning) | |||
** Pokemon Brilliant Diamond/Shining Pearl (Not Implemented) | |||
** Pokemon Legends: Arceus (Not Implemented) | |||
* Generation 9 | |||
** Pokemon Scarlet/Violet (Not Implemented) | |||
** Pokemon Legends: Z-A (Fully Implemented and functioning) | |||
Before using, make sure you backup the save files with [[JKSV Switch|JKSV]] or a similar tool just in case. | |||
== Features == | == Features == | ||
* Backup and restore save files integrated feature. | * Backup and restore save files integrated feature. | ||
* Currently you can edit party and box Pokemon and item amounts. | * Currently you can edit party and box Pokemon and item amounts. | ||
==Screenshots== | ==Screenshots== | ||
| Line 70: | Line 72: | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/kiasta/PKSE | ||
* GBAtemp - https://gbatemp.net/threads/pkse-pokemon-save-editor.677487/ | |||
Latest revision as of 08:39, 18 January 2026
| PKSE | |
|---|---|
| General | |
| Author | kiasta |
| Type | Save Managers and Editors |
| Version | 0.0.3 |
| License | AGPL-3.0 |
| Last Updated | 2025/12/14 |
| Links | |
| Download | |
| Source | |
| Support Author | |
A homebrew application for conveniently editing Pokemon save files on the Nintendo Switch, without having to transfer save files to your PC.
Title Compatibility:
- Generation 7
- Pokemon Let's Go Pikachu/Eevee (Partial implementation, non functioning)
- Generation 8
- Pokemon Sword/Shield (Fully Implemented and functioning)
- Pokemon Brilliant Diamond/Shining Pearl (Not Implemented)
- Pokemon Legends: Arceus (Not Implemented)
- Generation 9
- Pokemon Scarlet/Violet (Not Implemented)
- Pokemon Legends: Z-A (Fully Implemented and functioning)
Before using, make sure you backup the save files with JKSV or a similar tool just in case.
Features
- Backup and restore save files integrated feature.
- Currently you can edit party and box Pokemon and item amounts.
Screenshots
|
|
Changelog
v0.0.3
- Enhancements:
- Added option to delete a save backup
- Updated MAKEFILE to include Regional Variants/Forms sprites
- Added Pokemon Types and Type banner sprites
- Added Pokemon sprite to the Pokemon Details modal
- Bug fixes:
- Fixed issue causing Pokemon shininess to toggle off when modifying IV/EV values
- Fixed the incorrect back navigation logic from Save Backups screen
- Fixed Dialog when leaving Trainer View Screen with unsaved changes
v0.0.2
- Fixed issue where shiny Pokemon had improper PID generation based on trainer OT instead of the Pokemon's OT.
- Added project and build support for Visual Studio 2026.
v0.0.1
- First Release.
Credits
- PKHeX Team: core save editing logic are derived from the PKHeX project. Visit their official repository: https://github.com/kwsch/PKHeX.
- PokeAPI Team: for their work on sprites: https://github.com/PokeAPI/sprites
- libnx and devkitPro communities for Switch homebrew development tools. Visit their official website: https://devkitpro.org/wiki/Getting_Started.