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

#include <rom_diagnostics.h>

Public Member Functions

std::string ToJson () const
 
void Analyze ()
 

Public Attributes

size_t rom_size = 0
 
bool header_stripped = false
 
bool checksum_valid = false
 
uint32_t ptr1_loc = 0
 
uint32_t ptr2_loc = 0
 
uint32_t ptr3_loc = 0
 
std::array< SheetDiagnostics, 223 > sheets
 
bool size_zero_regression = false
 
bool header_misalignment = false
 
bool all_sheets_0xFF = false
 

Detailed Description

Definition at line 22 of file rom_diagnostics.h.

Member Function Documentation

◆ ToJson()

std::string yaze::GraphicsLoadDiagnostics::ToJson ( ) const

◆ Analyze()

void yaze::GraphicsLoadDiagnostics::Analyze ( )

Member Data Documentation

◆ rom_size

size_t yaze::GraphicsLoadDiagnostics::rom_size = 0

◆ header_stripped

bool yaze::GraphicsLoadDiagnostics::header_stripped = false

Definition at line 24 of file rom_diagnostics.h.

Referenced by ToJson().

◆ checksum_valid

bool yaze::GraphicsLoadDiagnostics::checksum_valid = false

Definition at line 25 of file rom_diagnostics.h.

Referenced by ToJson().

◆ ptr1_loc

uint32_t yaze::GraphicsLoadDiagnostics::ptr1_loc = 0

Definition at line 28 of file rom_diagnostics.h.

◆ ptr2_loc

uint32_t yaze::GraphicsLoadDiagnostics::ptr2_loc = 0

Definition at line 29 of file rom_diagnostics.h.

◆ ptr3_loc

uint32_t yaze::GraphicsLoadDiagnostics::ptr3_loc = 0

Definition at line 30 of file rom_diagnostics.h.

◆ sheets

std::array<SheetDiagnostics, 223> yaze::GraphicsLoadDiagnostics::sheets

Definition at line 33 of file rom_diagnostics.h.

Referenced by Analyze(), and ToJson().

◆ size_zero_regression

bool yaze::GraphicsLoadDiagnostics::size_zero_regression = false

Definition at line 36 of file rom_diagnostics.h.

Referenced by Analyze(), and ToJson().

◆ header_misalignment

bool yaze::GraphicsLoadDiagnostics::header_misalignment = false

Definition at line 37 of file rom_diagnostics.h.

Referenced by Analyze(), and ToJson().

◆ all_sheets_0xFF

bool yaze::GraphicsLoadDiagnostics::all_sheets_0xFF = false

Definition at line 38 of file rom_diagnostics.h.

Referenced by Analyze(), and ToJson().


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