#include <sprites.hpp>
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. | |
1.3.6