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

A conflict detected when yaze wants to write to an ASM-owned address. More...

#include <hack_manifest.h>

Public Attributes

uint32_t address
 
AddressOwnership ownership
 

Detailed Description

A conflict detected when yaze wants to write to an ASM-owned address.

Definition at line 118 of file hack_manifest.h.

Member Data Documentation

◆ address

uint32_t yaze::core::WriteConflict::address

Definition at line 119 of file hack_manifest.h.

Referenced by yaze::core::HackManifest::AnalyzeWriteRanges().

◆ ownership

AddressOwnership yaze::core::WriteConflict::ownership

Definition at line 120 of file hack_manifest.h.

Referenced by yaze::core::HackManifest::AnalyzeWriteRanges().


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