From e7cb5476c4fb4e2583bb8ca03a290cb838ad9bbc Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 20 Nov 2019 11:08:30 -0500 Subject: Port evolution_scene --- include/constants/pokemon.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/constants') 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 -- cgit v1.2.3