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>

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
 

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 95 of file hack_manifest.h.

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

◆ data_start

uint32_t yaze::core::MessageLayout::data_start

Definition at line 96 of file hack_manifest.h.

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

◆ data_end

uint32_t yaze::core::MessageLayout::data_end

Definition at line 97 of file hack_manifest.h.

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

◆ first_expanded_id

uint16_t yaze::core::MessageLayout::first_expanded_id

◆ last_expanded_id

uint16_t yaze::core::MessageLayout::last_expanded_id

◆ expanded_count

int yaze::core::MessageLayout::expanded_count

Definition at line 100 of file hack_manifest.h.

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

◆ vanilla_count

int yaze::core::MessageLayout::vanilla_count

Definition at line 101 of file hack_manifest.h.

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


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