Menu

#25 Add Possibility to set hFlip and vFlip for Sprites...

open
nobody
libnds (16)
5
2012-10-09
2009-01-09
NDS Dev
No

Currently it seems not to be possible to define hFlip and vFlip for Sprites using the function oamSet.

Old:

void oamSet(OamState oam, int id, int x, int y, int priority, int palette_alpha, SpriteSize size, SpriteColorFormat format, const void gfxOffset, int affineIndex, bool sizeDouble, bool hide);

New:

void oamSet(OamState oam, int id, int x, int y, int priority, int palette_alpha, SpriteSize size, SpriteColorFormat format, const void gfxOffset, int affineIndex, bool sizeDouble, bool hide, bool hFlip, bool vFlip);

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.