CLI command handlers for test helper tools. More...
#include <fstream>#include <iomanip>#include <sstream>#include <string>#include <vector>#include "absl/status/status.h"#include "app/emu/snes.h"#include "rom/rom.h"#include "cli/service/resources/command_handler.h"#include "zelda3/overworld/overworld.h"#include "zelda3/overworld/overworld_map.h"
Go to the source code of this file.
Classes | |
| class | yaze::cli::handlers::ToolsHarnessStateCommandHandler |
| Generate WRAM state for test harnesses. More... | |
| class | yaze::cli::handlers::ToolsExtractValuesCommandHandler |
| Extract vanilla ROM values to stdout. More... | |
| class | yaze::cli::handlers::ToolsExtractGoldenCommandHandler |
| Extract comprehensive golden data from ROM. More... | |
| class | yaze::cli::handlers::ToolsPatchV3CommandHandler |
| Create v3 ZSCustomOverworld patched ROM. More... | |
| class | yaze::cli::handlers::ToolsListCommandHandler |
| List available test helper tools. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::handlers |
CLI command handlers for test helper tools.
Provides z3ed subcommands that wrap the standalone test helper tools:
Definition in file test_helpers_commands.h.