yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
overworld_graph_commands.cc File Reference
#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}
 

Functions

std::string yaze::cli::handlers::anonymous_namespace{overworld_graph_commands.cc}::GetWorldName (int world)
 
std::string yaze::cli::handlers::anonymous_namespace{overworld_graph_commands.cc}::GetAreaSizeName (zelda3::AreaSizeEnum size)
 
int yaze::cli::handlers::anonymous_namespace{overworld_graph_commands.cc}::WorldFromMapId (int map_id)
 
int yaze::cli::handlers::anonymous_namespace{overworld_graph_commands.cc}::LocalIndexFromMapId (int map_id)
 
std::string yaze::cli::handlers::anonymous_namespace{overworld_graph_commands.cc}::GetDefaultAreaName (int map_id)
 
std::string yaze::cli::handlers::anonymous_namespace{overworld_graph_commands.cc}::GetCurrentTimestamp ()
 

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