Skip to content

Pokered Save Editor v0.13.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jun 02:26

Pokered Save Editor v0.13.0-alpha — a free, open-source save-file editor for Pokémon Red & Blue (Gen 1), built with Qt 6 (C++/QML).

It lets you open a .sav and edit your team, items, Pokédex, trainer card, PC boxes and more, with bit-for-bit fidelity (it changes only what you change).

⚠️ Pre-release / alpha — under active development, so expect rough edges and occasional changes to how things work. The downloads are unsigned, so Windows SmartScreen (and some Linux setups) will warn on first launch — that's expected for an alpha, not a problem with the file.

What's new in this release

2026-06-17 -- Pokémon editor: wider preview, Moves-tab actions section (replaces the Toolkit button)

Bundle of editor changes (Twilight's spec). The preview pane (GlancePane: sprite + stats) is ~10%
wider — the PokemonDetails split went 62/38 → 58/42. Validate no longer leaves a gap: the per-move
validate now calls a new PokemonBox::correctMoveAt(ind) that runs correctMove() (which can clear a
duplicate/invalid move) and then compacts the list so the later moves slide up — no hole. The old
footer Toolkit menu (Max Out / Correct Data / Reset / Evolve / De-Evolve) is gone; its actions
moved into a new actions section below the move rows in the Moves tab: a Data group [Reset · Max Out ·
Correct Data]
(icons down-left-and-up-right-to-center = reset, up-right-and-down-left-from-center =
max out, file-circle-check = correct) and an Evolution control [← fish →] (de-evolve / evolve arrows
flanking the FA fish). The footer is now Re-Roll + Heal (AppFooterBtn3AppFooterBtn2). New icons
downloaded + added to app.qrc (FA already credited). New test box_correctMoveAtCompacts; full ctest
(67/67) green; screenshot-verified. VERSION 0.12.5-alpha → 0.13.0-alpha (MINOR — a feature + a screen
restructure).

How to get it

Platform File What to do
Windows *-windows-x64-setup.exe Installer — recommended; just run it.
Windows *-windows-x64-portable.zip No-install — unzip and run PokeredSaveEditor.exe.
Linux *-x86_64.AppImage Portable — chmod +x then run.
Linux *-linux-x64-portable.tar.gz Portable tree — extract and run usr/bin/PokeredSaveEditor.

Also attached: *-docs.zip (generated code docs) and *-screenshots.zip (UI screenshots).

Links

Built automatically from main. The deepest technical layer — the raw commit list — is in What's Changed below.

Full Changelog: v0.12.5-alpha...v0.13.0-alpha