yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
moving_wall_semantics.h File Reference
#include <array>
Include dependency graph for moving_wall_semantics.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Functions

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

Variables

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