Merge pull request #1604 from GriffinRichards/clean-spinda

Document Spinda spot algorithm
This commit is contained in:
GriffinR
2022-01-21 09:55:43 -05:00
committed by GitHub
2 changed files with 68 additions and 26 deletions

View File

@@ -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