yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::zelda3::screen::DungeonMap Class Reference

#include <dungeon_map.h>

Public Member Functions

 DungeonMap (unsigned short boss_room, unsigned char nbr_of_floor, unsigned char nbr_of_basement, const std::vector< std::array< uint8_t, 25 > > &floor_rooms, const std::vector< std::array< uint8_t, 25 > > &floor_gfx)
 

Public Attributes

unsigned short boss_room = 0xFFFF
 
unsigned char nbr_of_floor = 0
 
unsigned char nbr_of_basement = 0
 
std::vector< std::array< uint8_t, 25 > > floor_rooms
 
std::vector< std::array< uint8_t, 25 > > floor_gfx
 

Detailed Description

Definition at line 32 of file dungeon_map.h.

Constructor & Destructor Documentation

◆ DungeonMap()

yaze::app::zelda3::screen::DungeonMap::DungeonMap ( unsigned short boss_room,
unsigned char nbr_of_floor,
unsigned char nbr_of_basement,
const std::vector< std::array< uint8_t, 25 > > & floor_rooms,
const std::vector< std::array< uint8_t, 25 > > & floor_gfx )
inline

Definition at line 40 of file dungeon_map.h.

Member Data Documentation

◆ boss_room

unsigned short yaze::app::zelda3::screen::DungeonMap::boss_room = 0xFFFF

Definition at line 34 of file dungeon_map.h.

◆ nbr_of_floor

unsigned char yaze::app::zelda3::screen::DungeonMap::nbr_of_floor = 0

Definition at line 35 of file dungeon_map.h.

◆ nbr_of_basement

unsigned char yaze::app::zelda3::screen::DungeonMap::nbr_of_basement = 0

Definition at line 36 of file dungeon_map.h.

◆ floor_rooms

std::vector<std::array<uint8_t, 25> > yaze::app::zelda3::screen::DungeonMap::floor_rooms

Definition at line 37 of file dungeon_map.h.

◆ floor_gfx

std::vector<std::array<uint8_t, 25> > yaze::app::zelda3::screen::DungeonMap::floor_gfx

Definition at line 38 of file dungeon_map.h.


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