summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-11-20 11:08:30 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2019-11-20 11:08:30 -0500
commite7cb5476c4fb4e2583bb8ca03a290cb838ad9bbc (patch)
treefdaf5ff39fae35770193f3e936deb2ca36377ffd /include/constants
parent539ec639fddd248a7f1a36d7e46d89ba68684364 (diff)
Port evolution_scene
Diffstat (limited to 'include/constants')
-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 6942fee83..a2ad90776 100644
--- a/include/constants/pokemon.h
+++ b/include/constants/pokemon.h
@@ -83,4 +83,8 @@
// Shiny odds
#define SHINY_ODDS 8 // Actual probability is SHINY_ODDS/65536
+// Learning moves
+#define MON_ALREADY_KNOWS_MOVE 0xFFFE
+#define MON_HAS_MAX_MOVES 0xFFFF
+
#endif // GUARD_CONSTANTS_POKEMON_H