Skip to content

zeldaconstruction/z2edit

 
 

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.

About

Zelda 2 ROM Editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 78.5%
  • C 18.5%
  • Starlark 2.8%
  • Shell 0.2%