#include <zsprite.h>
Public Member Functions | |
| OamTile ()=default | |
| 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 = 0 |
| uint8_t | y = 0 |
| bool | mirror_x = false |
| bool | mirror_y = false |
| uint16_t | id = 0 |
| uint8_t | palette = 0 |
| bool | size = false |
| uint8_t | priority = 3 |
| uint8_t | z = 0 |
|
default |
|
inline |
| uint8_t yaze::editor::zsprite::OamTile::x = 0 |
Definition at line 80 of file zsprite.h.
Referenced by yaze::editor::SpriteDrawer::DrawOamTile(), and yaze::editor::SpriteEditor::RenderVanillaSprite().
| uint8_t yaze::editor::zsprite::OamTile::y = 0 |
Definition at line 81 of file zsprite.h.
Referenced by yaze::editor::SpriteDrawer::DrawOamTile(), and yaze::editor::SpriteEditor::RenderVanillaSprite().
| bool yaze::editor::zsprite::OamTile::mirror_x = false |
Definition at line 82 of file zsprite.h.
Referenced by yaze::editor::SpriteDrawer::DrawOamTile(), and yaze::editor::SpriteEditor::RenderVanillaSprite().
| bool yaze::editor::zsprite::OamTile::mirror_y = false |
Definition at line 83 of file zsprite.h.
Referenced by yaze::editor::SpriteDrawer::DrawOamTile(), and yaze::editor::SpriteEditor::RenderVanillaSprite().
| uint16_t yaze::editor::zsprite::OamTile::id = 0 |
Definition at line 84 of file zsprite.h.
Referenced by yaze::editor::SpriteDrawer::DrawOamTile(), and yaze::editor::SpriteEditor::RenderVanillaSprite().
| uint8_t yaze::editor::zsprite::OamTile::palette = 0 |
Definition at line 85 of file zsprite.h.
Referenced by yaze::editor::SpriteDrawer::DrawOamTile(), and yaze::editor::SpriteEditor::RenderVanillaSprite().
| bool yaze::editor::zsprite::OamTile::size = false |
Definition at line 86 of file zsprite.h.
Referenced by yaze::editor::SpriteDrawer::DrawOamTile(), and yaze::editor::SpriteEditor::RenderVanillaSprite().
| uint8_t yaze::editor::zsprite::OamTile::priority = 3 |
Definition at line 87 of file zsprite.h.
Referenced by yaze::editor::SpriteEditor::RenderVanillaSprite().
| uint8_t yaze::editor::zsprite::OamTile::z = 0 |
Definition at line 88 of file zsprite.h.
Referenced by yaze::editor::zsprite::ZSprite::Load().