Skip to content

Releases: MadeinTaly/gen1recomp-gen3-boxes

gen3_box 1.3.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 08:35

Changed

  • START opens the summary; B goes back. The two have swapped.

    B now means back and only back — the convention every other screen in this
    game follows — and shelving a carried Pokémon first, so it is never
    dropped out of the save. Because the way out no longer disappears on any
    cell, START is free to be the summary.

    1.2.0 had it the other way round and had to work around itself: B was the
    summary over a Pokémon and the exit over an empty cell, which meant a full
    box — where every cell holds one — had no exit at all, so START had to
    carry it.

gen3_box 1.2.1

Choose a tag to compare

@github-actions github-actions released this 01 Aug 10:07

Added

  • In-game updates. The manifest now declares its github repo, which is
    what the launcher's updater reads and what the "Find mods" tab installs
    from. Releases are named gen3_box-<version>.zip, the exact name
    ModUpdate.pickZipAsset prefers — a test asserts the manifest and that
    file name still agree, because the two drifting apart would silently
    demote the updater to "grab whatever zip is attached".