So I've been working on this for a little while and was giving update on the 3FHex's projects thread, but this is now getting to the state where it deserves its own thread. So here is my latest project : PCHex, a homebrew port of PKHex.
<a href="" target="_blank" class="externalLink" rel="nofollow">
Screenshot for good measure</a>
What this can do right now is :
- Load a save directly from cartridge / software
- Access the box data and the pokemons inside
- Edit the Pokemons
- Export the save back
It's coded in C, is open-sourced, and has a shitty terminal-based UI so far
I'm currently in the process of redoing the UI entirely, this time graphical and touch-based.
For those interested in trying it out, I uploaded the latest version on the post just down below, just extract in your 3ds folder and run with homebrew launcher.
If anyone wants to help, I'll direct you to the <a href="https://github.com/Strackeror/PCHex" target="_blank" class="externalLink" rel="nofollow">github repo</a>
That's all for now, thanks for reading and please leave any feedback you have !
<button type="button" class="button bbCodeSpoilerButton ToggleTrigger Tooltip JsOnly" data-target="> .SpoilerTarget">Spoiler: Changelog</button>
0.5
- Added Nature Editing (!)
- Added display for EV Total
- Exporting the save does not quit the app anymore
<button type="button" class="button bbCodeSpoilerButton ToggleTrigger Tooltip JsOnly" data-target="> .SpoilerTarget">Spoiler: 0.4</button>
0.4.1
- Fixed Edit window titles
- Fixed missing letter 'l' in edit windows
0.4
- Added Editing for Species, Moves, Held items and Pokeballs with a special UI
- Added Pokemon Form handling, should now display correct stats
- Added Direct Export to game
- Added automatic save backups
<button type="button" class="button bbCodeSpoilerButton ToggleTrigger Tooltip JsOnly" data-target="> .SpoilerTarget">Spoiler: 0.3</button>
- Added 'Manage' tab for saving and copypasting pok�(AKA cloning)
- Removed 'Select' Key to save (it was causing crashes)
- Fixed Some pok�lls not displaying the correct name
- Tentative to fix problem where PCHex can't load the save archive
<button type="button" class="button bbCodeSpoilerButton ToggleTrigger Tooltip JsOnly" data-target="> .SpoilerTarget">Spoiler: 0.2</button>
- Added Pok�s value editing
- Added gender Switching
- Added Legal ability editing
- Added Moves displaying
- Fixed PID rerolling and shinifying changing gender
- Added some debug messages for troubleshooting