Skip to content

Pokered Save Editor v0.10.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jun 12:36

Pokered Save Editor v0.10.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 details "DV/EV" tab: brought up to the style language

Redesigned the DV/EV tab to match the General tab's language (one white grouped panel of
zebra-striped rows, connected "combo" controls, no loose buttons or ⋮ menus). The DV/EV toggle is
now a segmented [DV | EV] switch
, and the old per-kind overflow menu became a connected
[Max | Re-Roll | Reset] icon combo (double-up / dice / double-down) that retargets to DVs or
EVs by the active mode. Future Shiny dropped its checkbox and ⋮ menu for a segmented
[Shiny | Non-Shiny] control plus a dice re-roll button: the selection is reactive
bound to boxData.isShiny, so dragging the DV bars into a (non-)shiny combination flips it too;
clicking a segment forces that state, and the dice re-rolls a fresh combination within the current
state. New inline SegSel component (a selectable text segment whose active is a data binding,
not a checkable toggle, so it never drifts from the underlying value). QML-only; tst_qml_screens +
full ctest green, screenshot-verified. VERSION 0.9.1-alpha → 0.10.0-alpha (MINOR — a whole-tab
redesign, like the General tab).

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.9.1-alpha...v0.10.0-alpha