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

Go to the source code of this file.

Classes

struct  dungeon_sprite
 
struct  object_door
 
struct  staircase
 
struct  chest
 
struct  chest_data
 
struct  destination
 
struct  zelda3_dungeon_room
 

Typedefs

typedef struct dungeon_sprite dungeon_sprite
 
typedef enum background2 background2
 
typedef struct object_door object_door
 
typedef struct staircase staircase
 
typedef struct chest chest
 
typedef struct chest_data chest_data
 
typedef struct destination destination
 
typedef struct zelda3_dungeon_room zelda3_dungeon_room
 

Enumerations

enum  background2 {
  Off , Parallax , Dark , OnTop ,
  Translucent , Addition , Normal , Transparent ,
  DarkRoom
}
 

Typedef Documentation

◆ dungeon_sprite

typedef struct dungeon_sprite dungeon_sprite

◆ background2

typedef enum background2 background2

◆ object_door

typedef struct object_door object_door

◆ staircase

typedef struct staircase staircase

◆ chest

typedef struct chest chest

◆ chest_data

typedef struct chest_data chest_data

◆ destination

typedef struct destination destination

◆ zelda3_dungeon_room

typedef struct zelda3_dungeon_room zelda3_dungeon_room

Enumeration Type Documentation

◆ background2

Enumerator
Off 
Parallax 
Dark 
OnTop 
Translucent 
Addition 
Normal 
Transparent 
DarkRoom 

Definition at line 17 of file dungeon.h.