yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::gfx::OamTile Class Reference

Object Attribute Memory tile abstraction container. More...

#include <snes_tile.h>

Public Member Functions

 OamTile ()=default
 
 OamTile (int x, int y, uint16_t tile, int pal, bool upper=false, int mx=0, int my=0)
 

Public Attributes

int x_
 
int y_
 
int mx_
 
int my_
 
int pal_
 
uint16_t tile_
 

Detailed Description

Object Attribute Memory tile abstraction container.

Definition at line 157 of file snes_tile.h.

Constructor & Destructor Documentation

◆ OamTile() [1/2]

yaze::gfx::OamTile::OamTile ( )
default

◆ OamTile() [2/2]

yaze::gfx::OamTile::OamTile ( int x,
int y,
uint16_t tile,
int pal,
bool upper = false,
int mx = 0,
int my = 0 )
inline

Definition at line 166 of file snes_tile.h.

References mx_, my_, pal_, tile_, x_, and y_.

Member Data Documentation

◆ x_

int yaze::gfx::OamTile::x_

Definition at line 159 of file snes_tile.h.

Referenced by OamTile().

◆ y_

int yaze::gfx::OamTile::y_

Definition at line 160 of file snes_tile.h.

Referenced by OamTile().

◆ mx_

int yaze::gfx::OamTile::mx_

Definition at line 161 of file snes_tile.h.

Referenced by OamTile().

◆ my_

int yaze::gfx::OamTile::my_

Definition at line 162 of file snes_tile.h.

Referenced by OamTile().

◆ pal_

int yaze::gfx::OamTile::pal_

Definition at line 163 of file snes_tile.h.

Referenced by OamTile().

◆ tile_

uint16_t yaze::gfx::OamTile::tile_

Definition at line 164 of file snes_tile.h.

Referenced by OamTile().


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