summaryrefslogtreecommitdiff
path: root/include/constants/trainers.h
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-08-26 14:38:40 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-08-26 14:38:40 +0800
commit184066d1c106d6dc61621504abe808112b48674e (patch)
treed62ab69e194b98defb519d825efa8cae48ee8fc6 /include/constants/trainers.h
parentdb0d8e5bdbc0d043312ac78c5cec0ec53d7f45d6 (diff)
thru atk6B
Diffstat (limited to 'include/constants/trainers.h')
-rw-r--r--include/constants/trainers.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/constants/trainers.h b/include/constants/trainers.h
new file mode 100644
index 000000000..1aad499a1
--- /dev/null
+++ b/include/constants/trainers.h
@@ -0,0 +1,12 @@
+#ifndef GUARD_TRAINERS_H
+#define GUARD_TRAINERS_H
+
+#define F_TRAINER_FEMALE (1 << 7)
+
+// All trainer parties specify the IV, level, and species for each Pokémon in the
+// party. Some trainer parties also specify held items and custom moves for each
+// Pokémon.
+#define F_TRAINER_PARTY_CUSTOM_MOVESET (1 << 0)
+#define F_TRAINER_PARTY_HELD_ITEM (1 << 1)
+
+#endif // GUARD_TRAINERS_H