Merge pull request #1604 from GriffinRichards/clean-spinda
Document Spinda spot algorithm
This commit is contained in:
@@ -239,10 +239,13 @@ struct BattleMove
|
||||
u8 flags;
|
||||
};
|
||||
|
||||
#define SPINDA_SPOT_WIDTH 16
|
||||
#define SPINDA_SPOT_HEIGHT 16
|
||||
|
||||
struct SpindaSpot
|
||||
{
|
||||
u8 x, y;
|
||||
u16 image[16];
|
||||
u16 image[SPINDA_SPOT_HEIGHT];
|
||||
};
|
||||
|
||||
struct __attribute__((packed)) LevelUpMove
|
||||
|
||||
Reference in New Issue
Block a user