yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::zelda3::Room::SaveDirtySnapshot Struct Reference

#include <room.h>

Classes

struct  BlockLoadOrder
 

Public Attributes

bool header = false
 
bool object_stream = false
 
uint8_t object_stream_header = 0
 
bool sprites = false
 
bool chests = false
 
bool pot_items = false
 
bool torches = false
 
bool blocks = false
 
bool custom_collision = false
 
bool water_fill = false
 
uint8_t water_fill_sram_bit_mask = 0
 
std::vector< BlockLoadOrderblock_load_orders
 

Detailed Description

Definition at line 199 of file room.h.

Member Data Documentation

◆ header

bool yaze::zelda3::Room::SaveDirtySnapshot::header = false

◆ object_stream

bool yaze::zelda3::Room::SaveDirtySnapshot::object_stream = false

Definition at line 206 of file room.h.

Referenced by yaze::zelda3::Room::RestoreSaveDirtySnapshot().

◆ object_stream_header

uint8_t yaze::zelda3::Room::SaveDirtySnapshot::object_stream_header = 0

Definition at line 207 of file room.h.

Referenced by yaze::zelda3::Room::RestoreSaveDirtySnapshot().

◆ sprites

bool yaze::zelda3::Room::SaveDirtySnapshot::sprites = false

Definition at line 208 of file room.h.

Referenced by yaze::zelda3::Room::RestoreSaveDirtySnapshot().

◆ chests

bool yaze::zelda3::Room::SaveDirtySnapshot::chests = false

Definition at line 209 of file room.h.

Referenced by yaze::zelda3::Room::RestoreSaveDirtySnapshot().

◆ pot_items

bool yaze::zelda3::Room::SaveDirtySnapshot::pot_items = false

Definition at line 210 of file room.h.

Referenced by yaze::zelda3::Room::RestoreSaveDirtySnapshot().

◆ torches

bool yaze::zelda3::Room::SaveDirtySnapshot::torches = false

Definition at line 211 of file room.h.

Referenced by yaze::zelda3::Room::RestoreSaveDirtySnapshot().

◆ blocks

bool yaze::zelda3::Room::SaveDirtySnapshot::blocks = false

Definition at line 212 of file room.h.

Referenced by yaze::zelda3::Room::RestoreSaveDirtySnapshot().

◆ custom_collision

bool yaze::zelda3::Room::SaveDirtySnapshot::custom_collision = false

Definition at line 213 of file room.h.

Referenced by yaze::zelda3::Room::RestoreSaveDirtySnapshot().

◆ water_fill

bool yaze::zelda3::Room::SaveDirtySnapshot::water_fill = false

Definition at line 214 of file room.h.

Referenced by yaze::zelda3::Room::RestoreSaveDirtySnapshot().

◆ water_fill_sram_bit_mask

uint8_t yaze::zelda3::Room::SaveDirtySnapshot::water_fill_sram_bit_mask = 0

Definition at line 215 of file room.h.

Referenced by yaze::zelda3::Room::RestoreSaveDirtySnapshot().

◆ block_load_orders

std::vector<BlockLoadOrder> yaze::zelda3::Room::SaveDirtySnapshot::block_load_orders

Definition at line 216 of file room.h.

Referenced by yaze::zelda3::Room::RestoreSaveDirtySnapshot().


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