#include "cli/handlers/game/dungeon_group_commands.h"#include <cstdint>#include <map>#include <set>#include <string>#include <vector>#include "absl/strings/str_format.h"#include "cli/util/hex_util.h"#include "rom/rom.h"#include "zelda3/dungeon/room.h"#include "zelda3/dungeon/room_entrance.h"Go to the source code of this file.
Classes | |
| struct | yaze::cli::handlers::anonymous_namespace{dungeon_group_commands.cc}::DungeonInfo |
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::handlers |
| namespace | yaze::cli::handlers::anonymous_namespace{dungeon_group_commands.cc} |
Functions | |
| std::string | yaze::cli::handlers::anonymous_namespace{dungeon_group_commands.cc}::GetDungeonName (int id) |
Variables | |
| constexpr int | yaze::cli::handlers::anonymous_namespace{dungeon_group_commands.cc}::kEntranceDungeon = 0x1548B |
| constexpr int | yaze::cli::handlers::anonymous_namespace{dungeon_group_commands.cc}::kDungeonsStartRooms = 0x7939 |
| constexpr int | yaze::cli::handlers::anonymous_namespace{dungeon_group_commands.cc}::kDungeonsEndRooms = 0x792D |
| constexpr int | yaze::cli::handlers::anonymous_namespace{dungeon_group_commands.cc}::kDungeonsBossRooms = 0x10954 |
| constexpr int | yaze::cli::handlers::anonymous_namespace{dungeon_group_commands.cc}::kNumberOfDungeons = 14 |
| constexpr int | yaze::cli::handlers::anonymous_namespace{dungeon_group_commands.cc}::kNumberOfEntrances = 0x84 |
| const std::vector< std::string > | yaze::cli::handlers::anonymous_namespace{dungeon_group_commands.cc}::kDungeonNames |