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< ObjectTileSourceSpan > | spans |
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.
| int16_t yaze::zelda3::ObjectTileSourceProvenance::object_id = -1 |
Definition at line 39 of file object_tile_editor.h.
Referenced by yaze::zelda3::ObjectTileEditor::CaptureEditableObjectLayout().
| uint32_t yaze::zelda3::ObjectTileSourceProvenance::descriptor_pc_address = 0 |
Definition at line 40 of file object_tile_editor.h.
Referenced by yaze::zelda3::ObjectTileEditor::CaptureEditableObjectLayout().
| uint16_t yaze::zelda3::ObjectTileSourceProvenance::expected_descriptor_word = 0 |
Definition at line 41 of file object_tile_editor.h.
Referenced by yaze::zelda3::ObjectTileEditor::CaptureEditableObjectLayout().
| std::vector<ObjectTileSourceSpan> yaze::zelda3::ObjectTileSourceProvenance::spans |
Definition at line 42 of file object_tile_editor.h.
Referenced by yaze::zelda3::ObjectTileEditor::CaptureEditableObjectLayout().