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

Functions

constexpr int DirectionForSize (int size)
 
constexpr int ObjectCountForSize (int size)
 

Variables

constexpr std::array< int, 4 > kDirections = {5, 7, 11, 15}
 
constexpr std::array< int, 4 > kObjectCounts = {8, 16, 24, 32}
 

Function Documentation

◆ DirectionForSize()

constexpr int yaze::zelda3::moving_wall::DirectionForSize ( int size)
constexpr

◆ ObjectCountForSize()

Variable Documentation

◆ kDirections

constexpr std::array<int, 4> yaze::zelda3::moving_wall::kDirections = {5, 7, 11, 15}
inlineconstexpr

Definition at line 12 of file moving_wall_semantics.h.

Referenced by DirectionForSize().

◆ kObjectCounts

constexpr std::array<int, 4> yaze::zelda3::moving_wall::kObjectCounts = {8, 16, 24, 32}
inlineconstexpr

Definition at line 13 of file moving_wall_semantics.h.

Referenced by ObjectCountForSize().