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

Object routine information. More...

#include <object_parser.h>

Public Member Functions

 ObjectRoutineInfo ()
 

Public Attributes

uint32_t routine_ptr
 
uint32_t tile_ptr
 
int tile_count
 
bool is_repeatable
 
bool is_orientation_dependent
 

Detailed Description

Object routine information.

Definition at line 18 of file object_parser.h.

Constructor & Destructor Documentation

◆ ObjectRoutineInfo()

yaze::zelda3::ObjectRoutineInfo::ObjectRoutineInfo ( )
inline

Definition at line 25 of file object_parser.h.

Member Data Documentation

◆ routine_ptr

uint32_t yaze::zelda3::ObjectRoutineInfo::routine_ptr

◆ tile_ptr

uint32_t yaze::zelda3::ObjectRoutineInfo::tile_ptr

◆ tile_count

int yaze::zelda3::ObjectRoutineInfo::tile_count

◆ is_repeatable

bool yaze::zelda3::ObjectRoutineInfo::is_repeatable

◆ is_orientation_dependent

bool yaze::zelda3::ObjectRoutineInfo::is_orientation_dependent

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