#include <overworld.h>
Public Attributes | |
| uint8_t | asm_version = 0xFF |
| OverworldVersion | version = OverworldVersion::kVanilla |
| bool | is_vanilla = true |
| bool | supports_expanded_space = false |
| bool | supports_area_enum = false |
| bool | supports_custom_bg_colors = false |
| bool | has_expanded_tile16 = false |
| bool | has_expanded_tile32 = false |
| bool | has_expanded_entrances = false |
| bool | has_tail_map_expansion = false |
| int | editable_map_count = kSpecialWorldMapIdStart + 0x20 |
Definition at line 270 of file overworld.h.
| uint8_t yaze::zelda3::OverworldRomProfile::asm_version = 0xFF |
Definition at line 271 of file overworld.h.
Referenced by yaze::zelda3::DetectOverworldRomProfile().
| OverworldVersion yaze::zelda3::OverworldRomProfile::version = OverworldVersion::kVanilla |
Definition at line 272 of file overworld.h.
Referenced by yaze::zelda3::DetectOverworldRomProfile().
| bool yaze::zelda3::OverworldRomProfile::is_vanilla = true |
Definition at line 273 of file overworld.h.
Referenced by yaze::zelda3::DetectOverworldRomProfile().
| bool yaze::zelda3::OverworldRomProfile::supports_expanded_space = false |
Definition at line 274 of file overworld.h.
Referenced by yaze::zelda3::DetectOverworldRomProfile().
| bool yaze::zelda3::OverworldRomProfile::supports_area_enum = false |
Definition at line 275 of file overworld.h.
Referenced by yaze::zelda3::DetectOverworldRomProfile().
| bool yaze::zelda3::OverworldRomProfile::supports_custom_bg_colors = false |
Definition at line 276 of file overworld.h.
Referenced by yaze::zelda3::DetectOverworldRomProfile().
| bool yaze::zelda3::OverworldRomProfile::has_expanded_tile16 = false |
Definition at line 277 of file overworld.h.
Referenced by yaze::zelda3::DetectOverworldRomProfile().
| bool yaze::zelda3::OverworldRomProfile::has_expanded_tile32 = false |
Definition at line 278 of file overworld.h.
Referenced by yaze::zelda3::DetectOverworldRomProfile(), and yaze::zelda3::Map32StorageBytesForProfile().
| bool yaze::zelda3::OverworldRomProfile::has_expanded_entrances = false |
Definition at line 279 of file overworld.h.
Referenced by yaze::zelda3::DetectOverworldRomProfile().
| bool yaze::zelda3::OverworldRomProfile::has_tail_map_expansion = false |
Definition at line 280 of file overworld.h.
Referenced by yaze::zelda3::DetectOverworldRomProfile().
| int yaze::zelda3::OverworldRomProfile::editable_map_count = kSpecialWorldMapIdStart + 0x20 |
Definition at line 281 of file overworld.h.
Referenced by yaze::zelda3::DetectOverworldRomProfile().