yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
overworld_version_helper.h File Reference
#include <cstdint>
#include "rom/rom.h"
#include "zelda3/common.h"
Include dependency graph for overworld_version_helper.h:

Go to the source code of this file.

Classes

class  yaze::zelda3::OverworldVersionHelper
 Helper for ROM version detection and feature gating. More...
 

Namespaces

namespace  yaze
 
namespace  yaze::zelda3
 Zelda 3 specific classes and functions.
 

Enumerations

enum class  yaze::zelda3::AreaSizeEnum { yaze::zelda3::SmallArea = 0 , yaze::zelda3::LargeArea = 1 , yaze::zelda3::WideArea = 2 , yaze::zelda3::TallArea = 3 }
 Area size enumeration for v3+ ROMs. More...
 
enum class  yaze::zelda3::OverworldVersion { yaze::zelda3::kVanilla = 0 , yaze::zelda3::kZSCustomV1 = 1 , yaze::zelda3::kZSCustomV2 = 2 , yaze::zelda3::kZSCustomV3 = 3 }
 ROM version detection for overworld features. More...