yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::emu::SpriteAttributes Struct Reference

#include <ppu.h>

Public Attributes

uint8_t x
 
uint8_t y
 
uint16_t tile
 
uint8_t palette
 
uint8_t priority
 
bool hFlip
 
bool vFlip
 

Detailed Description

Definition at line 41 of file ppu.h.

Member Data Documentation

◆ x

uint8_t yaze::emu::SpriteAttributes::x

Definition at line 42 of file ppu.h.

◆ y

uint8_t yaze::emu::SpriteAttributes::y

Definition at line 43 of file ppu.h.

◆ tile

uint16_t yaze::emu::SpriteAttributes::tile

Definition at line 44 of file ppu.h.

◆ palette

uint8_t yaze::emu::SpriteAttributes::palette

Definition at line 45 of file ppu.h.

◆ priority

uint8_t yaze::emu::SpriteAttributes::priority

Definition at line 46 of file ppu.h.

◆ hFlip

bool yaze::emu::SpriteAttributes::hFlip

Definition at line 47 of file ppu.h.

◆ vFlip

bool yaze::emu::SpriteAttributes::vFlip

Definition at line 48 of file ppu.h.


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