#include <Sprites.hpp>
Public Member Functions | |
| void | configureOAM (int gfx_id, int num_colors, int width, int height) |
| Shortcut to configure the OAM for this sprite. | |
Public Attributes | |
| int | x |
| The X location of the sprite. | |
| int | y |
| The Y location of the sprite. | |
| int | dx |
| How fast the sprite is going in the X dir. | |
| int | dy |
| How fast the sprite is going in the Y dir. | |
| sSpriteEntry * | oam |
| The sprite's OAM entry. | |
| int | gfxID |
| The graphics location. | |
|
||||||||||||||||||||
|
Shortcut to configure the OAM for this sprite.
|
1.3.6