codemonkey85 / PKMDS-Blazor

PKMDS: Pokémon Save Editor for Web
https://pkmds.app/
The Unlicense
58 stars 10 forks source link

Doesnt correctly load saves for custom ROMs #35

Closed EthanLawr closed 4 months ago

EthanLawr commented 4 months ago

When loading a Pokemon Unbound save file it will load your name, gender, playtime, and first pokemon in your party correctly. All other data will not be correct or missing. Below is the result.

image

Whats expected is there to be a full party and box of pokemon. Instead only the first pokemon of the party shows up.

Pokemon Unbound (v2.1.1.1) appears to be a custom ROM specific issue. After looking into the issue I found that UltraViolet (another custom ROM) loaded fine. Below we can see this to be true.

image

Any level of a fix would be highly appreciated. These save files were exported using the Delta (v1.6s) IOS application with the GBA emulator it provides.

codemonkey85 commented 4 months ago

PKMDS does not, and will never, support custom ROMs. The app is powered by PKHeX.Core, created and maintained by Kaphotics for the use of the Windows app PKHeX. Basically this app supports the same things that app supports. Sorry!