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

ROM descriptor and source snapshot authorizing an editable capture. More...

#include <object_tile_editor.h>

Public Attributes

int16_t object_id = -1
 
uint32_t descriptor_pc_address = 0
 
uint16_t expected_descriptor_word = 0
 
std::vector< ObjectTileSourceSpanspans
 

Detailed Description

ROM descriptor and source snapshot authorizing an editable capture.

Generic preview captures deliberately omit this structure. Only an object-specific resolver may attach provenance to a standard-object layout.

Definition at line 38 of file object_tile_editor.h.

Member Data Documentation

◆ object_id

int16_t yaze::zelda3::ObjectTileSourceProvenance::object_id = -1

◆ descriptor_pc_address

uint32_t yaze::zelda3::ObjectTileSourceProvenance::descriptor_pc_address = 0

◆ expected_descriptor_word

uint16_t yaze::zelda3::ObjectTileSourceProvenance::expected_descriptor_word = 0

◆ spans

std::vector<ObjectTileSourceSpan> yaze::zelda3::ObjectTileSourceProvenance::spans

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