summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-11-21 09:04:10 -0500
committerGitHub <noreply@github.com>2019-11-21 09:04:10 -0500
commit1234d0252cbe2b0001784b10b75f0d339824632d (patch)
tree04bd826b0a6313c2223b907956581d661d602066 /include/constants
parent1849ad778d5a94edc076ce5ecf7aec97aa8db4fa (diff)
parenta1b21100524b01231c3e571621bb36ae25a20e2e (diff)
Merge pull request #161 from PikalaxALT/dism_more_data
Evolution Scene and other data dism
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