diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-11-21 09:04:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-21 09:04:10 -0500 |
commit | 1234d0252cbe2b0001784b10b75f0d339824632d (patch) | |
tree | 04bd826b0a6313c2223b907956581d661d602066 /include/constants | |
parent | 1849ad778d5a94edc076ce5ecf7aec97aa8db4fa (diff) | |
parent | a1b21100524b01231c3e571621bb36ae25a20e2e (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.h | 4 |
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 |