yaze 0.2.0
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  z3_object_door
 
struct  z3_dungeon_destination
 
struct  z3_staircase
 
struct  z3_chest
 
struct  z3_chest_data
 

Typedefs

typedef struct z3_object_door z3_object_door
 
typedef struct z3_dungeon_destination z3_dungeon_destination
 
typedef struct z3_staircase z3_staircase
 
typedef struct z3_chest z3_chest
 
typedef struct z3_chest_data z3_chest_data
 
typedef enum z3_dungeon_background2 z3_dungeon_background2
 

Enumerations

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

Typedef Documentation

◆ z3_object_door

typedef struct z3_object_door z3_object_door

◆ z3_dungeon_destination

typedef struct z3_dungeon_destination z3_dungeon_destination

◆ z3_staircase

typedef struct z3_staircase z3_staircase

◆ z3_chest

typedef struct z3_chest z3_chest

◆ z3_chest_data

typedef struct z3_chest_data z3_chest_data

◆ z3_dungeon_background2

Enumeration Type Documentation

◆ z3_dungeon_background2

Enumerator
Off 
Parallax 
Dark 
OnTop 
Translucent 
Addition 
Normal 
Transparent 
DarkRoom 

Definition at line 45 of file dungeon.h.