yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::zelda3::DungeonValidator Class Reference

#include <dungeon_validator.h>

Public Member Functions

ValidationResult ValidateRoom (const Room &room)
 

Static Private Attributes

static constexpr int kMaxSprites = 16
 
static constexpr int kMaxTotalSprites = 64
 
static constexpr int kMaxChests = 6
 
static constexpr int kMaxDoors = 16
 
static constexpr int kMaxObjects = 400
 

Detailed Description

Definition at line 18 of file dungeon_validator.h.

Member Function Documentation

◆ ValidateRoom()

Member Data Documentation

◆ kMaxSprites

constexpr int yaze::zelda3::DungeonValidator::kMaxSprites = 16
staticconstexprprivate

Definition at line 24 of file dungeon_validator.h.

◆ kMaxTotalSprites

constexpr int yaze::zelda3::DungeonValidator::kMaxTotalSprites = 64
staticconstexprprivate

Definition at line 25 of file dungeon_validator.h.

Referenced by ValidateRoom().

◆ kMaxChests

constexpr int yaze::zelda3::DungeonValidator::kMaxChests = 6
staticconstexprprivate

Definition at line 26 of file dungeon_validator.h.

Referenced by ValidateRoom().

◆ kMaxDoors

constexpr int yaze::zelda3::DungeonValidator::kMaxDoors = 16
staticconstexprprivate

Definition at line 27 of file dungeon_validator.h.

◆ kMaxObjects

constexpr int yaze::zelda3::DungeonValidator::kMaxObjects = 400
staticconstexprprivate

Definition at line 28 of file dungeon_validator.h.

Referenced by ValidateRoom().


The documentation for this class was generated from the following files: