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

Message range information for the expanded message system. More...

#include <hack_manifest.h>

Classes

struct  Source
 

Public Attributes

uint32_t hook_address
 
uint32_t data_start
 
uint32_t data_end
 
uint16_t first_expanded_id
 
uint16_t last_expanded_id
 
int expanded_count
 
int vanilla_count
 
std::optional< Sourcesource
 

Detailed Description

Message range information for the expanded message system.

Definition at line 94 of file hack_manifest.h.

Member Data Documentation

◆ hook_address

uint32_t yaze::core::MessageLayout::hook_address

Definition at line 102 of file hack_manifest.h.

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

◆ data_start

◆ data_end

◆ first_expanded_id

◆ last_expanded_id

◆ expanded_count

◆ vanilla_count

int yaze::core::MessageLayout::vanilla_count

Definition at line 108 of file hack_manifest.h.

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

◆ source

std::optional<Source> yaze::core::MessageLayout::source

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