mirror of
https://github.com/zeldaret/ph
synced 2026-05-24 07:10:52 -04:00
12 lines
591 B
Markdown
12 lines
591 B
Markdown
# The Legend of Zelda: Phantom Hourglass
|
|
|
|
**Work in progress!** This project aims to recreate source code for ***The Legend of Zelda: Phantom Hourglass*** by decompiling
|
|
assembly code by hand. **The repository only contains code.** To build the ROM, you must own an existing copy of the game to
|
|
extract assets from.
|
|
|
|
**Note:** The project can build a ROM, but it doesn't match the original ROM yet. Furthermore, it only targets the European version, and other versions might
|
|
be supported later.
|
|
|
|
## How to install
|
|
See [INSTALL.md](INSTALL.md) for instructions on how to install the project.
|