yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::editor::zsprite::OamTile Struct Reference

#include <zsprite.h>

Public Member Functions

 OamTile (uint8_t x, uint8_t y, bool mx, bool my, uint16_t id, uint8_t pal, bool s, uint8_t p)
 

Public Attributes

uint8_t x
 
uint8_t y
 
bool mirror_x
 
bool mirror_y
 
uint16_t id
 
uint8_t palette
 
bool size
 
uint8_t priority
 
uint8_t z
 

Detailed Description

Definition at line 22 of file zsprite.h.

Constructor & Destructor Documentation

◆ OamTile()

yaze::app::editor::zsprite::OamTile::OamTile ( uint8_t x,
uint8_t y,
bool mx,
bool my,
uint16_t id,
uint8_t pal,
bool s,
uint8_t p )
inline

Definition at line 23 of file zsprite.h.

Member Data Documentation

◆ x

uint8_t yaze::app::editor::zsprite::OamTile::x

Definition at line 34 of file zsprite.h.

◆ y

uint8_t yaze::app::editor::zsprite::OamTile::y

Definition at line 35 of file zsprite.h.

◆ mirror_x

bool yaze::app::editor::zsprite::OamTile::mirror_x

Definition at line 36 of file zsprite.h.

◆ mirror_y

bool yaze::app::editor::zsprite::OamTile::mirror_y

Definition at line 37 of file zsprite.h.

◆ id

uint16_t yaze::app::editor::zsprite::OamTile::id

Definition at line 38 of file zsprite.h.

◆ palette

uint8_t yaze::app::editor::zsprite::OamTile::palette

Definition at line 39 of file zsprite.h.

◆ size

bool yaze::app::editor::zsprite::OamTile::size

Definition at line 40 of file zsprite.h.

◆ priority

uint8_t yaze::app::editor::zsprite::OamTile::priority

Definition at line 41 of file zsprite.h.

◆ z

uint8_t yaze::app::editor::zsprite::OamTile::z

Definition at line 42 of file zsprite.h.

Referenced by yaze::app::editor::zsprite::ZSprite::Load().


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