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

#include <custom_object.h>

Public Member Functions

bool operator== (const TileMapEntry &) const =default
 

Public Attributes

int rel_x
 
int rel_y
 
uint16_t tile_data
 

Detailed Description

Definition at line 37 of file custom_object.h.

Member Function Documentation

◆ operator==()

bool yaze::zelda3::CustomObject::TileMapEntry::operator== ( const TileMapEntry & ) const
default

Member Data Documentation

◆ rel_x

int yaze::zelda3::CustomObject::TileMapEntry::rel_x

Definition at line 38 of file custom_object.h.

◆ rel_y

int yaze::zelda3::CustomObject::TileMapEntry::rel_y

Definition at line 39 of file custom_object.h.

◆ tile_data

uint16_t yaze::zelda3::CustomObject::TileMapEntry::tile_data

Definition at line 40 of file custom_object.h.


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