summaryrefslogtreecommitdiff
path: root/include/constants/battle_palace.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-07-16 20:12:12 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-07-18 18:10:15 -0400
commitaba42513d3a33cec1d8e6cd199b07317b2eece87 (patch)
treec2b84688631f2b659f5fcf1a3f19b61c7e63f144 /include/constants/battle_palace.h
parent0c4f3b269ecc69ccd30f5529f120c9150d7798e8 (diff)
Clean up some battle scr cmd data
Diffstat (limited to 'include/constants/battle_palace.h')
-rw-r--r--include/constants/battle_palace.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/constants/battle_palace.h b/include/constants/battle_palace.h
index db9855101..851655089 100644
--- a/include/constants/battle_palace.h
+++ b/include/constants/battle_palace.h
@@ -16,4 +16,14 @@
#define PALACE_DATA_WIN_STREAK 1
#define PALACE_DATA_WIN_STREAK_ACTIVE 2
+// Pokemon in Battle Palace have a move "group" type preference depending on nature
+#define PALACE_MOVE_GROUP_ATTACK 0
+#define PALACE_MOVE_GROUP_DEFENSE 1
+#define PALACE_MOVE_GROUP_SUPPORT 2
+
+// In palace doubles battles pokemon have a target preference depending on nature
+#define PALACE_TARGET_STRONGER 0
+#define PALACE_TARGET_WEAKER 1
+#define PALACE_TARGET_RANDOM 2
+
#endif //GUARD_CONSTANTS_BATTLE_PALACE_H