Search results

  1. kiasta

    Hacking Homebrew Open-source save editor PKSE hits 1.0, adds full title support and a cross-game Pokémon bank

    I agree. I started this project a while ago and spent a lot of time studying the PKHeX codebase. I've been making good progress and now with the announcement that Pokémon Bank is officially being discontinued, I'm going to focus all of my efforts getting PKSM Bank support, so Pokémon can be...
  2. kiasta

    Hacking Homebrew PKSE - Pokemon Save Editor

    This new release brings some bugfixes and a enable debugging feature. If anyone has any issues with saving or something not working correctly they can turn on debugging to log what the issue is. It will help me tremendously for those who are having issues that I am simply unable to re-produce...
  3. kiasta

    Hacking Homebrew PKSE - Pokemon Save Editor

    Hey bud, thanks for responding to my request! I suspect that it's not an issue with the Pokémon or items — it's that the save is not being injected due to an issue that was reported on my Github. Essentially the issue is that I was mandating a poke_trade file that is not always present. This...
  4. kiasta

    Hacking Homebrew PKSE - Pokemon Save Editor

    I encountered an unfortunate critical bug that caused data corruption in the form of bad eggs! This has been fixed with a new hotfix: 1.1.1. I've still not been able to replicate the issues you've encountered OtavioRomano, but feel free to try out the new version and let me know if that fixes...
  5. kiasta

    Hacking Homebrew PKSE - Pokemon Save Editor

    Hello! What version of Scarlet do you have and any DLCs? What item did you try to add? As for changing the met level, did you save the changes to the Pokémon first? I made it to where any changes made to a specific Pokémon needs to be saved or the changes are dismissed. If not, then I don’t...
  6. kiasta

    Hacking Homebrew PKSE - Pokemon Save Editor

    I'm very excited to finally finish this release. I've spent so many hours testing and tracking down a ton of bugs and issues as well as adding some QoL. I hope you all enjoy this release! Version 1.1.0 Feature Release This release adds Pokédex registration to all seven games, editable trainer...
  7. kiasta

    Hacking Homebrew PKSE - Pokemon Save Editor

    Version 1.0.3 Hotfix Release This hotfix fixes 3 critical bugs that could potentially cause data loss/memory overflow issues. - Fixed an issue where the sprite and texture caches grow without bound — ~512 KB per unique Pokémon, never freed until exit. - Fixed an issue where when creating a...
  8. kiasta

    Hacking Homebrew PKSE - Pokemon Save Editor

    Version 1.0.2 Hotfix Release Met/egg locations, pre-Switch origins, and 7 missing HD sprites bug fixes Met/Egg location bug: Met/egg location showed "(none)" for banked location IDs. PKHeX banks these IDs by ID / 10000 (bank 0 = in-world, 3 = Link Trade / region + Pokémon HOME/GO transfers /...
  9. kiasta

    Hacking Homebrew Open-source save editor PKSE hits 1.0, adds full title support and a cross-game Pokémon bank

    Getting a Pokémon out of one Switch game and into another usually means using Pokémon HOME, having a subscription, and a lot of patience. PKSE, an open-source homebrew save editor for hacked Switch consoles, has just hit version 1.0 and takes a different route -- it does the whole thing on the...
  10. kiasta

    Hacking Homebrew PKSE - Pokemon Save Editor

    Version 1.0 Release This release brings several new features, title support, a whole new UI interface and a plethora of bug fixes. Supported games (read, edit, write): Legends: Z-A Scarlet/Violet Brilliant Diamond/Shining Pearl Legends: Arceus Sword/Shield Let's Go Pikachu/Eevee...
  11. kiasta

    Hacking Homebrew PKSE - Pokemon Save Editor

    Version 0.0.3 Release This release brings several enhancements and bug fixes. 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...
  12. kiasta

    Hacking Homebrew PKSE - Pokemon Save Editor

    Version 0.0.1 Official Release Fixed various issues with Base Stats and IV/EV calculation Added regional variant and individual Pokemon form Base Stat changes for IV/EV and Stat calculation Several UI fixes Save logic fixes Instruction tooltip fixes Heavy file and code restructuring...
  13. kiasta

    Homebrew Homebrew game Freeblocks / Free Blocks

    Very cool, this looks fun!
  14. kiasta

    [Unofficial] Play! PlayStation 2 emulator - Switch port

    I didn’t realize you could setup a GitHub action to build an .nro! I’ll have to check out your build yaml file when I’m able to get to my computer. So cool! I’ll have to implement that with my own app.
  15. kiasta

    Homebrew tagNX - a WIP to play *some* online third party games on banned switches

    This is really cool! I don’t have a banned switch but playing Minecraft with the wife would be possible again, since my non-hacked switch died.
  16. kiasta

    Homebrew Project libnx ABI patcher - patches incompatible homebrew for Atmosphere 1.10+

    That's awesome! I'm going to stay on 20.5.0 for a while, while 21 gets ironed out. But good job nonetheless!
  17. kiasta

    Hacking Homebrew PKSE - Pokemon Save Editor

    Version 0.0.1 Release Candidate 2 Heavy file and naming restructure. Fixed a critical bug that caused Pokemon to become corrupted and "Bad Egg". Fixed money amount for Pokemon Legends: Z-A. https://github.com/kiasta/PKSE/releases/tag/0.0.1_rc2_Release
  18. kiasta

    Hacking Homebrew PKSE - Pokemon Save Editor

    Thanks a lot! There's another one with more features around here with more features, but not open-source. But I'm pretty close on getting the missing titles integrated. Thanks for the suggestions, much appreciated! 1764575828 Version 0.0.1 Release Candidate 1 - Fixed offsets for Pokemon Legends...
  19. kiasta

    Hacking Homebrew PKSE - Pokemon Save Editor

    Added partial support for Legends Z-A, but only reads some data. Offsets need to be tweaked. Did some heavy file restructuring and uploaded to github here: https://github.com/kiasta/PKSE