finish porting cam's port

This commit is contained in:
DizzyEggg
2017-09-17 15:19:15 +02:00
parent a9a66b06ef
commit c7592bc87c
7 changed files with 4128 additions and 3641 deletions
+6
View File
@@ -439,6 +439,12 @@ struct BattleMove
u8 flags;
};
#define FLAG_MAKES_CONTACT 0x1
#define FLAG_PROTECT_AFFECTED 0x2
#define FLAG_MAGICCOAT_AFFECTED 0x4
#define FLAG_SNATCH_AFFECTED 0x8
#define FLAG_KINGSROCK_AFFECTED 0x20
struct SpindaSpot
{
u8 x, y;