LeonaNX Switch
From GameBrew
More actions
| LeonaNX | |
|---|---|
| General | |
| Author | Sorakana-hacker |
| Type | PC Utilities |
| Version | 1.0.2 |
| License | GPL-3.0 |
| Last Updated | 2023/12/16 |
| Links | |
| Download | |
| Website | |
| Source | |
LeonaNX is a Windows program based on PKHeX.Core that can easily convert pchtxt to EdiZon. It also allows you to view, edit, and calculate Raids and Mass Outbreaks for Pokémon Scarlet & Violet.
The program is the spiritual successor to the author's SVXoroCalc. Both a standalone program and a PKHeX plugin are available.
Requires .NET Desktop Runtime 9.0 freamwork installed in order to use. See here for documentation.
Features
- Connection to Remote Device.
- View & Edit Mass Outbreaks.
- View & Edit Raids.
- Import Poké Portal News in Zip/Folder formats.
- Reverse a Pokémon into its origin Seed to check legality.
- Calculate RNG seeds that results in a Pokémon with given details.
- Calculate RNG seeds that results in a Raid with wanted rewards.
- Generate Legal PK9 files from Raid searches.
- Edit Tera Raid related Game Progress/Caught Flags.
- Supports localized languages.
Screenshots
Changelog
v1.0.2
- Add ParamHashGUI
- Add pchtxt to ips converter
- Change language
v1.0
- First Release.
Credits
Credits and Thanks:
- kwsch for PKHeX, pkNX, and SysBot.NET, which this program relies on
- Archit Date, LegoFigure11, SteveCookTU for their research on item reward structures and event group ID handling implemented in RaidCrawler and SV Raid Reader
- Lincoln-LM for the raid map coordinates and save RAM logic in sv-live-map
- Archit Date for his C# port of Lincoln's logic implemented in RaidCrawler, on which my code is based
- Lusamine for the Key Block pointer taken from the disassembled game code for v1.2.0
- Leanny for the Sword/Shield PKHeX Raid Plugin, which served as inspiration for my plugin
- santacrab2 for contributions improving search speed and adding DLC Location Names
- Archit Date, Lusamine, santacrab2 for their SearchSaveKey implementation in RaidCrawler
- Zyro670 and santacrab2 for their help with RAM block reading/writing, specifically related to outbreaks
- olliz0r and berichan for sys-botbase
- fishguy6564 and Koi-3088 for usb-botbase
- kwsch, Archit Date, LegoFigure11, Lusamine, and Lincoln-LM for the Coordinates dumps and map display formulas
- All contributors to the mentioned projects for their valuable research
Some Related Tools:
- RaidCalc by MewTracker
- RaidCrawler by LegoFigure11 and Archit Date
- sv-live-map by Lincoln-LM
- sv_raid_lookup (repo) by SteveCookTU