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

Configuration for diggable tiles ASM patch generation. More...

#include <diggable_tiles_patch.h>

Public Attributes

uint32_t hook_address = 0x1BBDF4
 
uint32_t diggable_handler = 0x1BBE3E
 
uint32_t exit_address = 0x1BBE3B
 
uint32_t table_address = 0x140980
 
bool detect_zs_hooks = true
 
bool use_zs_compatible_mode = false
 
uint32_t freespace_address = 0x1BF000
 

Detailed Description

Configuration for diggable tiles ASM patch generation.

Allows customization of hook addresses for ZSCustomOverworld compatibility.

Definition at line 18 of file diggable_tiles_patch.h.

Member Data Documentation

◆ hook_address

uint32_t yaze::zelda3::DiggableTilesPatchConfig::hook_address = 0x1BBDF4

◆ diggable_handler

uint32_t yaze::zelda3::DiggableTilesPatchConfig::diggable_handler = 0x1BBE3E

◆ exit_address

uint32_t yaze::zelda3::DiggableTilesPatchConfig::exit_address = 0x1BBE3B

◆ table_address

uint32_t yaze::zelda3::DiggableTilesPatchConfig::table_address = 0x140980

◆ detect_zs_hooks

bool yaze::zelda3::DiggableTilesPatchConfig::detect_zs_hooks = true

Definition at line 28 of file diggable_tiles_patch.h.

◆ use_zs_compatible_mode

bool yaze::zelda3::DiggableTilesPatchConfig::use_zs_compatible_mode = false

◆ freespace_address


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