thru atk6B

This commit is contained in:
jiangzhengwenjz
2019-08-26 14:38:40 +08:00
parent db0d8e5bdb
commit 184066d1c1
15 changed files with 1300 additions and 3707 deletions
+12
View File
@@ -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