mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-25 07:38:49 -05:00
Reserved dex flag space for Indigo Disk mon (#3725)
This commit is contained in:
parent
996009e8ef
commit
9bb95d506e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user