|
int | yaze::cli::overworld::anonymous_namespace{overworld_inspect.cc}::NormalizeMapId (uint16_t raw_map_id) |
|
int | yaze::cli::overworld::anonymous_namespace{overworld_inspect.cc}::WorldOffset (int world) |
|
absl::Status | yaze::cli::overworld::anonymous_namespace{overworld_inspect.cc}::ValidateMapId (int map_id) |
|
std::string | yaze::cli::overworld::anonymous_namespace{overworld_inspect.cc}::AreaSizeToString (zelda3::AreaSizeEnum size) |
|
std::string | yaze::cli::overworld::anonymous_namespace{overworld_inspect.cc}::EntranceLabel (uint8_t id) |
|
void | yaze::cli::overworld::anonymous_namespace{overworld_inspect.cc}::PopulateCommonWarpFields (WarpEntry &entry, uint16_t raw_map_id, uint16_t map_pos, int pixel_x, int pixel_y) |
|
absl::StatusOr< int > | yaze::cli::overworld::ParseNumeric (std::string_view value, int base) |
|
absl::StatusOr< int > | yaze::cli::overworld::ParseWorldSpecifier (std::string_view value) |
|
absl::StatusOr< int > | yaze::cli::overworld::InferWorldFromMapId (int map_id) |
|
std::string | yaze::cli::overworld::WorldName (int world) |
|
std::string | yaze::cli::overworld::WarpTypeName (WarpType type) |
|
absl::StatusOr< MapSummary > | yaze::cli::overworld::BuildMapSummary (zelda3::Overworld &overworld, int map_id) |
|
absl::StatusOr< std::vector< WarpEntry > > | yaze::cli::overworld::CollectWarpEntries (const zelda3::Overworld &overworld, const WarpQuery &query) |
|
absl::StatusOr< std::vector< TileMatch > > | yaze::cli::overworld::FindTileMatches (zelda3::Overworld &overworld, uint16_t tile_id, const TileSearchOptions &options) |
|
absl::StatusOr< std::vector< OverworldSprite > > | yaze::cli::overworld::CollectOverworldSprites (const zelda3::Overworld &overworld, const SpriteQuery &query) |
|
absl::StatusOr< EntranceDetails > | yaze::cli::overworld::GetEntranceDetails (const zelda3::Overworld &overworld, uint8_t entrance_id) |
|
absl::StatusOr< TileStatistics > | yaze::cli::overworld::AnalyzeTileUsage (zelda3::Overworld &overworld, uint16_t tile_id, const TileSearchOptions &options) |
|