Skip to content

cfrantz/z2edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Chris Frantz
Oct 28, 2021
7259990 · Oct 28, 2021
Apr 7, 2020
Sep 6, 2020
Apr 10, 2020
Apr 14, 2019
Apr 10, 2021
Oct 28, 2021
Feb 4, 2020
Oct 6, 2020
Jan 6, 2021
Sep 6, 2020
Apr 19, 2020
Feb 4, 2020
Apr 15, 2020
Dec 15, 2019
Sep 6, 2020
Feb 4, 2020
Apr 14, 2019
Dec 16, 2019
Dec 23, 2017
Feb 4, 2020
Apr 14, 2019
Apr 19, 2020
Apr 19, 2020
Apr 19, 2020
Oct 20, 2019

Repository files navigation

Z2edit

z2edit is a ROM editor for Zelda II: The Adventure of Link. Documentation is available at https://github.com/cfrantz/z2edit/wiki.

Releases and Downloads

Check the releases page.

Building

Z2Edit is built with bazel on Linux. The bazel workspace should download all required dependencies.

Known build issues

On Ubuntu 16, the MIR libraries link with an older version of the protobuf libraries, which causes a conflict when starting the program. A workaround is to not link with the nfd (native file dialog) library. To do this, comment out the references to //external:nfd in the BUILD and imwidget/BUILD files.

This will, unfortunately, remove the file load/save dialogs. You can still load and save with the load and save commands in the Debug Console.

Build for Linux

$ bazel build :z2edit

$ ./bazel-bin/z2edit <user-supplied-zelda2.nes>

Build and Package for Windows (on Linux)

Build and package:

$ ./tools/release_windows.sh

Take z2edit-windows.zip to a windows machine.