SGDK
A free and open development kit for the Sega Mega Drive
Loading...
Searching...
No Matches
FrameVDPSprite Struct Reference

Single VDP sprite info structure for sprite animation frame. More...

#include <sprite_eng.h>

Public Attributes

u8 offsetY
 
u8 offsetYFlip
 
u8 size
 
u8 offsetX
 
u8 offsetXFlip
 
u8 numTile
 

Detailed Description

Single VDP sprite info structure for sprite animation frame.

Parameters
offsetYY offset for this VDP sprite relative to global Sprite position
offsetYFlipY offset (flip version) for this VDP sprite relative to global Sprite position
sizesprite size (see SPRITE_SIZE macro)
offsetXX offset for this VDP sprite relative to global Sprite position
offsetXFlipX offset (flip version) for this VDP sprite relative to global Sprite position
numTilenumber of tile for this VDP sprite (should be coherent with the given size field)

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