Skip to content

Releases: Galkon/pokepocket-save-recovery

1.2.0

17 Jan 22:35
f327efb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

1.1.0

15 Nov 02:46
470fe10
Compare
Choose a tag to compare

What's Changed

  • clean up ui/ux by @Galkon in #2
    • improve save preview
    • use animated pokemon sprites
    • improved file selection UI
    • improved export UX (choose where + name of file)
    • load any preview any .sav (not only .sta)

Full Changelog: 1.0.1...1.1.0

1.0.1

14 Nov 20:11
Compare
Choose a tag to compare
  • Always extract and show in folder where .sav file is
  • Gracefully handle failure to decode .sav file
  • Fix sprite previews for non gen 1 pokemon
  • Handle empty pokemon slot where all bytes except one are 0
    • Unsure why, but someone had a save file where a pokemon was all 0 bytes except the index 56 was 85 aka 0x55

1.0.0

13 Nov 08:23
ba3ad14
Compare
Choose a tag to compare

What's Changed

  • Initial release:
    • Read .sta file
    • Extract .sav block
    • Decode save for preview
    • Preview trainer name, gender, and pokemon team with names, levels and sprites
    • Write to .sav file

New Contributors

  • @Galkon made their first contribution in #1

Full Changelog: https://github.com/Galkon/pokepocket-save-recovery/commits/1.0.0