summaryrefslogtreecommitdiff
path: root/include/constants/pokemon.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-10 16:55:58 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-01-11 00:47:47 -0500
commit0bb7f18b8e609f76a9021420470737bbd16cc2bd (patch)
treea7c9d6efbc2588c3b73b59d55012386958373ae5 /include/constants/pokemon.h
parenta5375776714b126dbe478a4f535392373f3ba9f0 (diff)
Sync Cable Club scripts
Diffstat (limited to 'include/constants/pokemon.h')
-rw-r--r--include/constants/pokemon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h
index a2ad90776..c6fc55003 100644
--- a/include/constants/pokemon.h
+++ b/include/constants/pokemon.h
@@ -87,4 +87,8 @@
#define MON_ALREADY_KNOWS_MOVE 0xFFFE
#define MON_HAS_MAX_MOVES 0xFFFF
+#define PLAYER_HAS_TWO_USABLE_MONS 0x0
+#define PLAYER_HAS_ONE_MON 0x1
+#define PLAYER_HAS_ONE_USABLE_MON 0x2
+
#endif // GUARD_CONSTANTS_POKEMON_H