v1.01
Bugfix release.
Fixed: save data wasn't persisting to disk. Gameplay runs on the project's real byte-accurate 65816 emulator core rather than the decompiled C logic (see README), and the real ROM's save routine was writing to emulated cartridge SRAM in memory only - nothing ever flushed it to saves/sm.srm on disk, so a save made at a save station could be lost on next launch. Fixed by flushing that SRAM to disk whenever it changes.
Install: download app-debug.apk below, install it on your device, and pick your own legally-dumped Super Metroid ROM (sm.smc/.sfc) on first launch. No ROM is bundled - see the Legal section in the README.
Source code (zip) and Source code (tar.gz) below are the full repository source at this tag, auto-generated by GitHub.