summaryrefslogtreecommitdiff
path: root/include/constants/pokemon.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-10-02 23:48:12 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-10-02 23:48:12 -0400
commit6e62c057f5123b458ebc7d74e60c7ce8fb32e980 (patch)
tree2d14f321b2663944683171a1c7bdfa93ecdbab7a /include/constants/pokemon.h
parent739e7d3c31f02ef4ea91b402c176f17a9bc27911 (diff)
Document remaining symbols in pokemon.c
Diffstat (limited to 'include/constants/pokemon.h')
-rw-r--r--include/constants/pokemon.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h
index 9bafa0a0b..827725fc2 100644
--- a/include/constants/pokemon.h
+++ b/include/constants/pokemon.h
@@ -339,4 +339,10 @@
#define MON_PIC_SIZE (64 * 64 / 2)
+#define BATTLE_ALIVE_EXCEPT_ACTIVE 0
+#define BATTLE_ALIVE_ATK_SIDE 1
+#define BATTLE_ALIVE_DEF_SIDE 2
+
+#define SKIP_FRONT_ANIM (1 << 7)
+
#endif // GUARD_CONSTANTS_POKEMON_H