Tile16 corruption status. More...
#include <diagnostic_types.h>
Public Attributes | |
| bool | uses_expanded = false |
| bool | corruption_detected = false |
| std::vector< uint32_t > | corrupted_addresses |
| int | corrupted_tile_count = 0 |
Tile16 corruption status.
Definition at line 127 of file diagnostic_types.h.
| bool yaze::cli::Tile16Status::uses_expanded = false |
Definition at line 128 of file diagnostic_types.h.
Referenced by yaze::cli::anonymous_namespace{overworld_doctor_commands.cc}::CheckTile16Corruption(), and yaze::cli::anonymous_namespace{overworld_doctor_commands.cc}::OutputTextSummary().
| bool yaze::cli::Tile16Status::corruption_detected = false |
Definition at line 129 of file diagnostic_types.h.
Referenced by yaze::cli::anonymous_namespace{overworld_doctor_commands.cc}::CheckTile16Corruption(), yaze::cli::OverworldDoctorCommandHandler::Execute(), yaze::cli::anonymous_namespace{overworld_doctor_commands.cc}::OutputTextSummary(), and yaze::cli::anonymous_namespace{overworld_doctor_commands.cc}::RepairTile16Region().
| std::vector<uint32_t> yaze::cli::Tile16Status::corrupted_addresses |
Definition at line 130 of file diagnostic_types.h.
Referenced by yaze::cli::anonymous_namespace{overworld_doctor_commands.cc}::CheckTile16Corruption(), yaze::cli::OverworldDoctorCommandHandler::Execute(), yaze::cli::anonymous_namespace{overworld_doctor_commands.cc}::OutputTextSummary(), and yaze::cli::anonymous_namespace{overworld_doctor_commands.cc}::RepairTile16Region().
| int yaze::cli::Tile16Status::corrupted_tile_count = 0 |
Definition at line 131 of file diagnostic_types.h.
Referenced by yaze::cli::anonymous_namespace{overworld_doctor_commands.cc}::CheckTile16Corruption().