#include "cli/handlers/tools/rom_doctor_commands.h"#include <cmath>#include <iostream>#include <numeric>#include "absl/status/status.h"#include "absl/strings/match.h"#include "absl/strings/str_format.h"#include "absl/strings/str_join.h"#include "app/editor/message/message_data.h"#include "cli/handlers/tools/diagnostic_types.h"#include "rom/hm_support.h"#include "rom/rom.h"#include "zelda3/dungeon/water_fill_zone.h"Go to the source code of this file.
Classes | |
| struct | yaze::cli::anonymous_namespace{rom_doctor_commands.cc}::RomHeaderInfo |
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::anonymous_namespace{rom_doctor_commands.cc} |
Variables | |
| constexpr size_t | yaze::cli::anonymous_namespace{rom_doctor_commands.cc}::kVanillaSize = 0x100000 |
| constexpr size_t | yaze::cli::anonymous_namespace{rom_doctor_commands.cc}::kExpandedSize = 0x200000 |