summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-09-19 19:42:32 -0500
committerDiegoisawesome <diego@domoreaweso.me>2017-09-19 19:42:32 -0500
commitd273493cbb1ef8ecda5c87908d07fffc1d68cd6f (patch)
treea08642a5b0d91c17f1ccf7bf2d69c321ddd653d4 /include/pokemon.h
parentfcc94f9722609ffa67c045cf8a7539690a68b080 (diff)
parentf94074b6027d1efe067fd972127eb7730cbef2e0 (diff)
Merge remote-tracking branch 'pret/master'
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index fefe2bd28..595ec38fd 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -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;