Document Spinda spot algorithm

This commit is contained in:
GriffinR
2022-01-17 13:19:52 -05:00
parent 4024b3f1b3
commit 225147a94f
2 changed files with 63 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