34 lines
1.5 KiB
Markdown
34 lines
1.5 KiB
Markdown
# Getting Started
|
|
|
|
This software allows you to modify "The Legend of Zelda: A Link to the Past".
|
|
|
|
This editor is built to be compatible with ZScream projects.
|
|
|
|
Please note that this project is currently a work in progress, and some features may not be fully implemented or may be subject to change.
|
|
|
|
## Prerequisites
|
|
Before you start using YAZE, make sure you have the following:
|
|
|
|
- A copy of "The Legend of Zelda: A Link to the Past" ROM file (US or JP)
|
|
- Basic knowledge of hexadecimal and binary data
|
|
|
|
## General Tips
|
|
|
|
- Experiment flags determine whether certain features are enabled or not. To change your flags, go to File -> Options -> Experiment Flags or open the SettingsEditor tab.
|
|
- Backup files are enabled by default. Each save will produce a timestamped copy of your ROM before you last saved.
|
|
|
|
## Z3ED cli
|
|
|
|
| Command | Arg | Params | Status |
|
|
|---------|-----|--------|--------|
|
|
| Apply BPS Patch | -a | rom_file bps_file | In progress |
|
|
| Create BPS Patch | -c | bps_file src_file modified_file | Not started |
|
|
| Asar Patch | -asar | asm_file rom_file | In progress |
|
|
| Open ROM | -o | rom_file | Complete |
|
|
| Backup ROM | -b | rom_file [new_file] | In progress |
|
|
| Expand ROM | -x | rom_file file_size | Not started |
|
|
| Transfer Tile16 | -t | src_rom dest_rom tile32_id_list(csv) | Complete |
|
|
| Export Graphics | -e | rom_file bin_file | In progress |
|
|
| Import Graphics | -i | bin_file rom_file | Not started |
|
|
| SNES to PC Address | -s | address | Complete |
|
|
| PC to SNES Address | -p | address | Complete | |