mellonpizza / ebmused

EarthBound Music Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EarthBound Music Editor

EBMusEd is a ROM hacking tool for editing and playing back EarthBound's N-SPC sequence data.

For a tutorial on how to use it, check out the collection of EarthBound hacking-related tutorials on the CoilSnake Wiki, as well as the Code list reference in the Help menu.

Background

EBMusEd was originally written by Goplat, who publicly posted the source code on starmen.net's PK Hack subforum.

Goplat has kindly provided the source for the community to continue working on it together.

Building with Visual Studio Code in Windows

  • Have MinGW installed.
  • Open the /ebmused directory in VS Code and press CTRL+Shift+B.
  • The executable will be build to /build/release/ebmused.exe

About

EarthBound Music Editor

License:MIT License


Languages

Language:C 99.4%Language:Makefile 0.6%