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

Represents a single item icon (2x2 tiles = 4 tile words) More...

#include <inventory.h>

Public Attributes

uint16_t tile_tl
 
uint16_t tile_tr
 
uint16_t tile_bl
 
uint16_t tile_br
 
std::string name
 

Detailed Description

Represents a single item icon (2x2 tiles = 4 tile words)

Definition at line 21 of file inventory.h.

Member Data Documentation

◆ tile_tl

uint16_t yaze::zelda3::ItemIcon::tile_tl

Definition at line 22 of file inventory.h.

Referenced by yaze::zelda3::Inventory::LoadItemIcons().

◆ tile_tr

uint16_t yaze::zelda3::ItemIcon::tile_tr

Definition at line 23 of file inventory.h.

Referenced by yaze::zelda3::Inventory::LoadItemIcons().

◆ tile_bl

uint16_t yaze::zelda3::ItemIcon::tile_bl

Definition at line 24 of file inventory.h.

Referenced by yaze::zelda3::Inventory::LoadItemIcons().

◆ tile_br

uint16_t yaze::zelda3::ItemIcon::tile_br

Definition at line 25 of file inventory.h.

Referenced by yaze::zelda3::Inventory::LoadItemIcons().

◆ name

std::string yaze::zelda3::ItemIcon::name

Definition at line 26 of file inventory.h.

Referenced by yaze::zelda3::Inventory::LoadItemIcons().


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