This software allows you to modify "The Legend of Zelda: A Link to the Past" (US or JP) ROMs. It is built for compatibility with ZScream projects and designed to be cross-platform.
File > Open ROM.File > Options > Experiment Flags.Extensions menu (C library and Python module support is planned).| Feature | State | Notes |
|---|---|---|
| Overworld Editor | Stable | Supports vanilla and ZSCustomOverworld v2/v3 projects. |
| Dungeon Editor | Experimental | Requires extensive manual testing before production use. |
| Tile16 Editor | Experimental | Palette and tile workflows are still being tuned. |
| Palette Editor | Stable | Reference implementation for palette utilities. |
| Graphics Editor | Experimental | Rendering pipeline under active refactor. |
| Sprite Editor | Experimental | Card/UI patterns mid-migration. |
| Message Editor | Stable | Re-test after recent palette fixes. |
| Hex Editor | Stable | Direct ROM editing utility. |
| Asar Patching | Stable | Wraps the bundled Asar assembler. |
z3ed provides scripted access to the same ROM editors.
Chat with an AI to perform edits using natural language.
Prompt: "What sprites are in dungeon 2?"
Directly query ROM data.
Apply assembly patches using the integrated Asar assembler.
YAZE exports a C API that is still evolving. Treat it as experimental and expect breaking changes while the plugin system is built out.