diff --git a/docs/getting-started.md b/docs/getting-started.md index ac36cab3..71e13315 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -15,4 +15,20 @@ Before you start using YAZE, make sure you have the following: ## 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. \ No newline at end of file +- 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 | \ No newline at end of file diff --git a/docs/infrastructure.md b/docs/infrastructure.md index ed7b7db6..cda9d912 100644 --- a/docs/infrastructure.md +++ b/docs/infrastructure.md @@ -2,22 +2,6 @@ For developers to reference. -## 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 | - ## Targets - **yaze**: Desktop application for Windows/macOS/Linux