#include "cli/handlers/game/overworld_graph_commands.h"#include <algorithm>#include <chrono>#include <ctime>#include <iomanip>#include <map>#include <set>#include <sstream>#include <string>#include <vector>#include "absl/status/status.h"#include "absl/strings/str_cat.h"#include "absl/strings/str_format.h"#include "cli/handlers/game/overworld_inspect.h"#include "util/macro.h"#include "zelda3/common.h"#include "zelda3/dungeon/room_entrance.h"#include "zelda3/overworld/overworld.h"#include "zelda3/overworld/overworld_entrance.h"#include "zelda3/overworld/overworld_exit.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::handlers |
| namespace | yaze::cli::handlers::anonymous_namespace{overworld_graph_commands.cc} |
Variables | |
| constexpr int | yaze::cli::handlers::anonymous_namespace{overworld_graph_commands.cc}::kDarkWorldOffset = 0x40 |
| constexpr int | yaze::cli::handlers::anonymous_namespace{overworld_graph_commands.cc}::kSpecialWorldOffset = 0x80 |
| constexpr int | yaze::cli::handlers::anonymous_namespace{overworld_graph_commands.cc}::kScreenWidth = 512 |
| constexpr int | yaze::cli::handlers::anonymous_namespace{overworld_graph_commands.cc}::kScreenHeight = 512 |
| constexpr int | yaze::cli::handlers::anonymous_namespace{overworld_graph_commands.cc}::kMapsPerRow = 8 |