From 9bb95d506e8bfbfc0c07930a42467872ed5736d9 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada D'Ottone Date: Thu, 14 Dec 2023 07:24:11 -0300 Subject: [PATCH] Reserved dex flag space for Indigo Disk mon (#3725) --- include/constants/pokedex.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/include/constants/pokedex.h b/include/constants/pokedex.h index facf2b7f4b83..ffbbb2eb18a8 100644 --- a/include/constants/pokedex.h +++ b/include/constants/pokedex.h @@ -1031,13 +1031,21 @@ enum { NATIONAL_DEX_MUNKIDORI, NATIONAL_DEX_FEZANDIPITI, NATIONAL_DEX_OGERPON, + NATIONAL_DEX_1018, + NATIONAL_DEX_1019, + NATIONAL_DEX_1020, + NATIONAL_DEX_1021, + NATIONAL_DEX_1022, + NATIONAL_DEX_1023, + NATIONAL_DEX_1024, + NATIONAL_DEX_1025, }; #define KANTO_DEX_COUNT NATIONAL_DEX_MEW #define JOHTO_DEX_COUNT NATIONAL_DEX_CELEBI #if P_GEN_9_POKEMON == TRUE - #define NATIONAL_DEX_COUNT NATIONAL_DEX_OGERPON + #define NATIONAL_DEX_COUNT NATIONAL_DEX_1025 #elif P_GEN_8_POKEMON == TRUE #define NATIONAL_DEX_COUNT NATIONAL_DEX_ENAMORUS #elif P_GEN_7_POKEMON == TRUE